Help for this page

Select Code to Download


  1. or download this
    use strict;
    sub bar{
    ...
    
    print ( "foo said '".foo()."'\n");
    print ( "bar said '".bar()."'\n");
    
  2. or download this
    localhost:~# perl /tmp/z.pl
    foo said '1'
    ...
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.
    
    localhost:~#