- or download this
use strict;
use warnings;
...
or die "get failed ", $ftp->message;
$ftp->quit;
- or download this
[fireartist@sphinx source]$ /usr/bin/perl ftp.pl
...
Net::FTP=GLOB(0x819612c)<<< 226 File send OK.
Net::FTP=GLOB(0x819612c)>>> QUIT
Net::FTP=GLOB(0x819612c)<<< 221 Goodbye.
- or download this
[fireartist@sphinx source]$ perl ftp.pl
Net::FTP>>> Net::FTP(2.75)
...
Net::FTP=GLOB(0x82ebc90)<<< 200 PORT command successful. Consider usin
+g PASV.
Net::FTP=GLOB(0x82ebc90)>>> RETR HTML-Menu-DateTime-0.94.tar.gz
(Hangs: I press CTRL-c at this point)
- or download this
[fireartist@sphinx source]$ perl ftp.pl
Net::FTP>>> Net::FTP(2.75)
...
Net::FTP=GLOB(0x82ebd1c)>>> QUIT
Net::FTP=GLOB(0x82ebd1c)<<< 221 Goodbye.
[fireartist@sphinx source]$
- or download this
[fireartist@sphinx source]$ /usr/bin/perl -MConfig -e 'printf("%s:%s\n
+", $_, $Config{$_}) for sort keys %Config'
Author:
...
yaccflags:
zcat:
zip:zip
- or download this
[fireartist@sphinx source]$ perl -MConfig -e 'printf("%s:%s\n", $_, $C
+onfig{$_}) for sort keys %Config'
Author:
...
yaccflags:
zcat:
zip:zip