Help for this page

Select Code to Download


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