Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    # File is named zeroTest.pl.
    $0 = "Oh, sure, why not?";
    print $0, $/;
    
  2. or download this
    moo@cow[27]~>zeroTest.pl
    Oh, sure, why not?