Or is this more of a Troll sort of reply.
In other words;
I can prove it. Can you?
If you need help creating a web (html) form to call this from. I can provide that too.#!/usr/bin/perl use strict; use LWP::Simple; use LWP::UserAgent; my $ua = LWP::UserAgent->new(); $ua->agent("MS-DOS 3.20"); my @array = head(shift); my $i = 0; foreach my $line (@array) { print "$i: $line\n"; $i++; }
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;
In reply to Re^5: Scraping Webpage
by taint
in thread Scraping Webpage
by madM
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |