パッケージ: libfinance-quote-perl (1.51-1)
libfinance-quote-perl に関するリンク
Trisquel の資源:
libfinance-quote-perl ソースパッケージをダウンロード:
- [libfinance-quote-perl_1.51-1.dsc]
- [libfinance-quote-perl_1.51.orig.tar.gz]
- [libfinance-quote-perl_1.51-1.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Perl Group (メールアーカイブ)
- gregor herrmann
外部の資源:
- ホームページ [finance-quote.sourceforge.net]
類似のパッケージ:
Perl module for retrieving stock quotes from a variety of sources
Finance::Quote gets stock quotes from various internet sources all over the world. Quotes are obtained by constructing a quoter object and using the fetch method to gather data, which is returned as a two-dimensional hash (or a reference to such a hash, if called in a scalar context). For example:
$q = Finance::Quote->new; %info = $q->fetch("australia", "CML"); print "The price of CML is ".$info{"CML", "price"};
The first part of the hash (eg, "CML") is referred to as the stock. The second part (in this case, "price") is referred to as the label.
その他の libfinance-quote-perl 関連パッケージ
|
|
|
-
- dep: libcgi-pm-perl
- module for Common Gateway Interface applications
-
- dep: libdatetime-format-strptime-perl
- Perl module to parse and format strp and strf time patterns
-
- dep: libdatetime-perl
- module for manipulating dates, times and timestamps
-
- dep: libencode-perl
- module providing interfaces between Perl's strings and the system
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libhtml-tableextract-perl
- module for extracting the content contained in HTML tables
-
- dep: libhtml-tokeparser-simple-perl
- Perl module used to tokenize HTML documents
-
- dep: libhtml-tree-perl
- Perl module to represent and create HTML syntax trees
-
- dep: libhtml-treebuilder-xpath-perl
- Perl module to add XPath support to HTML::TreeBuilder
-
- dep: libhttp-cookies-perl
- HTTP cookie jars
-
- dep: libhttp-message-perl
- perl interface to HTTP style messages
-
- dep: libio-compress-perl
- bundle of IO::Compress modules
-
- dep: libjson-parse-perl
- module to read JSON into a Perl variable
-
- dep: libjson-perl
- module for manipulating JSON-formatted data
-
- dep: liblwp-protocol-https-perl
- HTTPS driver for LWP::UserAgent
-
- dep: libscalar-list-utils-perl
- modules providing common scalar and list utility subroutines
-
- dep: libspreadsheet-xlsx-perl
- Perl extension for reading MS Excel 2007 files
-
- dep: libtext-template-perl
- perl module to process text templates
-
- dep: libtext-trim-perl
- module for remove leading and/or trailing whitespace from strings
-
- dep: libtry-tiny-perl
- module providing minimalistic try/catch
-
- dep: liburi-perl
- module to manipulate and access URI strings
-
- dep: libweb-scraper-perl
- Web Scraping Toolkit using HTML and CSS Selectors or XPath expressions
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: libxml-libxml-perl
- Perl interface to the libxml2 library
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language