Help for this page

Select Code to Download


  1. or download this
    $ perldoc -f ..
    No documentation for perl function `..' found
    
  2. or download this
    #!/usr/bin/perl
     
    ...
      my $ret = `pod2man $outfile |nroff -man > /tmp/tmp.man`;
      print system("less -p \"$marker\" /tmp/tmp.man")
    }