Help for this page

Select Code to Download


  1. or download this
        use strict;
        use Data::Dumper;
    ...
        __DATA__
        bob's your uncle
        Ovid is in da house
    
  2. or download this
        #!/usr/bin/perl
        $foo = "bar";
    ...
            print "$foo\n";
        }
        print "$foo\n";