Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.3 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Libraries

    Pod::Usage 1.35

    Download button

    No screenshots available
    Downloads: 599  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Fair (2.3/5)
    17 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Brad Appleton | More programs
    Perl Artistic License / FREE
    August 9th, 2007, 06:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Pod::Usage description

    Pod::Usage, pod2usage() can print a usage message from embedded pod documentation.

    Pod::Usage, pod2usage() can print a usage message from embedded pod documentation.

    SYNOPSIS

    use Pod::Usage

    my $message_text = "This text precedes the usage message.";
    my $exit_status = 2; ## The exit status to use
    my $verbose_level = 0; ## The verbose level to use
    my $filehandle = *STDERR; ## The filehandle to write to

    pod2usage($message_text);

    pod2usage($exit_status);

    pod2usage( { -message => $message_text ,
    -exitval => $exit_status ,
    -verbose => $verbose_level,
    -output => $filehandle } );

    pod2usage( -msg => $message_text ,
    -exitval => $exit_status ,
    -verbose => $verbose_level,
    -output => $filehandle );

    pod2usage( -verbose => 2,
    -noperldoc => 1 )

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    usage message | pod documentation | Perl module | usage | message | printing

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM