Help for this page

Select Code to Download


  1. or download this
    #!/perl -wT
    use strict;
    ...
    bar();
    
    print "$foo $bar\n";
    
  2. or download this
    #!/perl -wT
    
    ...
    bar();
    
    print "$foo $bar\n";