or#!/usr/bin/perl -w use strict; use LWP::Simple; my $page = get("http://server/data.php");
#!/usr/bin/perl -w use strict; my $page = qx|lynx --nolist --source http://server/data.php|;
In reply to Re: fetching data from remote site
by Beatnik
in thread fetching data from remote site
by dusk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |