Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "hello world\n";
    
    foo();
    
  2. or download this
    $perl func.pl
    hello world
    Undefined subroutine &main::foo called at func.pl line 6.