The Open Source Swiss Army Knife

/code/perl/unix_perl/
/code/perl/unix_perl/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /perl   /unix_perl 
sub-categories and articles

                                                  
dirbidir add
dirunidir add
   --->create new sub-category


date2stamp.perl
add

#!/usr/bin/perl

datesAgain.perl
add

#!/usr/bin/perl

exec.perl
add

   unless (open(GLIMPSE, "-|")) {

ftp.pl
add

use Net::FTP; $my_user='joe'; $my_pass=''; $ftp = Net::FTP->new("www.jrf.com") or die; $ftp->login($my_user, $my_pass) or die;

gmtime.perl
add

#!/usr/bin/perl

sender.perl
add

#!/usr/bin/perl

sig_handler.txt
add

#!/usr/bin/perl $SIG{INT}=\&sig_handler; sub sig_handler { my $signal = shift; die "I got signal $signal";

stdin_out.txt
add

#!/usr/bin/perl $cmd = 'cat uni2.pl'; @all = `($cmd | sed -e 's/^/stdout: /' ) 2>&1`; for (@all) { push @{ s/stdout: // ? \@outlines : \@errlines }, $_ } print "STDOUT:\n", @outlines, "\n";

threads1.perl
not able to store a ref in a shared var

#!/usr/bin/perl

time.perl
add

#!/usr/bin/perl

timestampl.perl
add

#!/usr/bin/perl

timestampl2.perl
add

#!/usr/bin/perl

timestampl3.perl
add

#!/usr/bin/perl
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with unix_perl to the sirfsup! web directory for listing

return to top