Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    print "There\n";
    
    1;
    
  2. or download this
    qwurx [shmem] ~ > perl main.pl helper.pl 
    Hello
    ...
            require helper.pl called at main.pl line 6
    
    Done with main