Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    END {
        print "This is the end, my friend.\n";
    }
    
  2. or download this
    Dead
    blah at ./foo.pl line 5.
    This is the end, my friend.
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    END {
        print "This is the end, my friend.\n";
    }
    
  4. or download this
    Blah at ./foo.pl line 3.
    This is the end, my friend.