Help for this page

Select Code to Download


  1. or download this
    $ perldoc -m perldoc
    #!/usr/bin/perl
    ...
    BEGIN { $^W = 1 if $ENV{'PERLDOCDEBUG'} }
    use Pod::Perldoc;
    exit( Pod::Perldoc->run() );