Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       my ($add_ts) = @ARGV;
    ...
    }
    
    die("foo\n");
    
  2. or download this
    >perl test.pl 1
    [Sun Aug 23 11:52:55 2009] foo
    
    >perl test.pl 0
    foo