Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
            }
        }
    }
    
  2. or download this
    sub do_two {
        print "Doing two!\n";
        return 2;
    ...
    
    print "$$tl{four}\n";
    print "$$tl{four}\n";