Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    sub test1() {
        print "test1: Working\n";
    }