Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    # And get on with the show!
    exec(@ARGV)
        or die "exec error: $!\n";
    
  2. or download this
    #!/usr/bin/perl -Tw
    
    ...
    {
      print CLIENT "The time is now ",scalar localtime,"\n";
    }