NAME
Mojo::Ecrawler - A Eeay crawler for html page!
VERSION
Version 0.001
SYNOPSIS
Quick summary of what the module does.
Perhaps a little code snippet.
use Mojo::Ecrawler;
my $foo = Mojo::Ecrawler->new();
...
EXPORT
A list of functions that can be exported. You can delete this section if you don't export anything, such as for a purely object-oriented module.
SUBROUTINES/METHODS
采集数据入库 my @ur=(1..302); #my @ur=(150..152);
#open my $ZFD,'>',"DATA" or die;
#=pod for(@ur){
#print $ZFD $pcontent;
print $pcontent;
print "get $lurl ok \n";
}
AUTHOR
ORANGE, <bollwarm at ijz.me>
BUGS
Please report any bugs or feature requests to bug-mojo-ecrawler at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Mojo-Ecrawler. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Mojo::Ecrawler
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
LICENSE AND COPYRIGHT
Copyright 2016 ORANGE.
This program is released under the following license: Perl
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 47:
Non-ASCII character seen before =encoding in '采集数据入库'. Assuming UTF-8