![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Re: Re: Re: Who needs files? Net::FTP::Scalar (code)by staunch (Pilgrim) |
on Dec 13, 2001 at 11:18 UTC ( #131561=note: print w/replies, xml ) | Need Help?? |
Well, about 45 minutes into getting URI to properly break down
an ftp URL and making it work with Net::FTP::Scalar I was
digging through LWP::* trying to find an example of using
$uri->path_segments(). I found a good example. In fact I
found exactly what I was trying to do.
Then I realized: LWP::Simple supports FTP.
I should have known..after all this is Perl. perl -e 'use LWP::Simple qw(get); print(get("ftp://ftp.slackware.com/pub/slackware/slackware-current/ChangeLog.txt"));' Staunch
In Section
Cool Uses for Perl
|
|