Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    &getpied;
    
    print "The pie says : $pie\n";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        our $pie = "eat me";
    }
    1;