Help for this page

Select Code to Download


  1. or download this
    print "Foo.\n";
    $foo='bar'; # This is a comment
    print "No, $foo.\n"; # Another comment.
    
  2. or download this
    C:\test\scratch>copy con obs.pl
    #!/usr/local/bin/perl
    ...
    
    C:\test\scratch>test2.pl
    Foo.