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