Help for this page

Select Code to Download


  1. or download this
    test.pl
    ------
    ...
    my $new_var=testsub($var);
    print "$new_var\n";
    
  2. or download this
    
    test_module.pm
    ...
    }
    
    1;