Help for this page

Select Code to Download


  1. or download this
    # require.one
    sub foo { print "one\n" }
    1;
    
  2. or download this
    # require.two
    sub foo { print "two\n" }
    1;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    } # end lexical block
    
    foo();