Help for this page

Select Code to Download


  1. or download this
    sub main {
        findit();
    ...
    sub dostuff {
        print "$_\n"
    }
    
  2. or download this
    sub main {
       my @dirlist;
    ...
    sub dostuff {
       print "$_\n";
    }