Perl - [ VIM | headers | pl ]
less ~/.vim/headers/pl
#!/usr/bin/perluse strict;use warnings;use Getopt::Long;my ($output_dir,$number,$input_dir);&Usage("Too few argume…Read More
Perl [ Net::FTP ]#!/usr/bin/perl
use strict;
use warnings;
use Net::FTP;
my $ftp = Net::FTP->new("ftp.suse.com", Debug => 0, Timeout => 3) or die "Can…Read More
Perl - USE [ Copy | Move | Constant ]
#!/usr/bin/perl
use strict;
use warnings;
use File::Copy;
use constant WORK=>'/Users/als/';
copy(WORK."tmp.txt",WORK."tmp.txt.copy") or di…Read More
Perl - Info DBI
$ perl -e
'use DBI; print $DBI::VERSION,"\n";'
$ perl -e
'use DBD::Oracle; print $DBD::Oracle::VERSION,"\n";'
http://search.cpan.org/~p…Read More
0 comentários:
Post a Comment