Help for this page

Select Code to Download


  1. or download this
    if( $modulename =~ /^[Pp]od::(perl[a-z\d]*)/ ) {
                $Perldoc{$1} = $filename;
    
  2. or download this
    if( $modulename =~ /^[Pp]od[s]?::(perl[a-z\d]*)/ ) {
                $Perldoc{$1} = $filename;