Help for this page

Select Code to Download


  1. or download this
    sub yada { ... }
    print ...;
    ...
    sub yadda {}
    print...;
    yadda();
    
  2. or download this
    #!/usr/bin/perl --
    Main( @ARGV );
    ...
    }
    sub yada { ... }
    sub yadda { ... }