Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
      --help       Brief manual
      --man        Full manual
    
  2. or download this
    X:\Data\Perl\NoFile>perl Sscce.pm -h
    Arguments:
    ...
    OPTIONS
          --help       Brief manual
          --man        Full manual
    
  3. or download this
    X:\Data\Perl\NoFile>Perl -I. -MSscce -e"Sscce::main @ARGV" -- -h
    Can't open -e: No such file or directory at Sscce.pm line 17.
    
  4. or download this
    X:\Data\Perl\NoFile>Perl -I. -MSscce -e"Sscce::main @ARGV" -- -h
    Can't open -e: No such file or directory at Sscce.pm line 18 (#1)
    ...
            Pod::Text::parse_from_file(Pod::Usage=HASH(0x262f6a8), "-e", G
    +LOB(0x2623f40)) called at C:/Strawberry/perl/lib/Pod/Usage.pm line 17
    +9
            Pod::Usage::pod2usage("-verbose", 1) called at Sscce.pm line 1
    +8
            Sscce::main(GLOB(0x2623f40)) called at -e line 1