Help for this page

Select Code to Download


  1. or download this
    @ARGV = '/path/to/perlfunc.pod';
    
    ...
      print "$1\n"
     }
    }
    
  2. or download this
    sub findtext {
    @filenumbers = @_;
    ...
        next;
        }
    }