1 posts tagged with perl by [@I][:+:][@I].
Displaying 1 through 1.

Users that often use this tag:
Blazecock Pileon (2)

#!/usr/bin/perl
@d = localtime(time);
if ($d[4] == 11 && $d[3] == 18 ) {
 print "Happy ".($d[5]-87)."th Birthday, Perl!\n";
}
if( $ARGV[0] eq "love" || $ARGV[0] eq "hate" ) {
 print "$you can't deny its contribution to our culture\n"; 
} 

posted on Dec 18, 2007 - View this thread