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) (S inplace) The implicit opening of a file through use of the <> filehandle, either implicitly under the -n or -p command-line switches, or explicitly, failed for the indicated reason. Usually this is because you don't have read permission for a file which you named on the command line. (F) You tried to call perl with the -e switch, but /dev/null (or your operating system's equivalent) could not be opened. Uncaught exception from user code: Can't open -e: No such file or directory at Sscce.pm line 18. Pod::Simple::parse_file(Pod::Usage=HASH(0x262f6a8), "-e") called at C:/Strawberry/perl/lib/Pod/Text.pm line 737 Pod::Text::parse_file(Pod::Usage=HASH(0x262f6a8), "-e") called at C:/Strawberry/perl/site/lib/Pod/Simple.pm line 535 Pod::Simple::parse_from_file(Pod::Usage=HASH(0x262f6a8), "-e", GLOB(0x2623f40)) called at C:/Strawberry/perl/lib/Pod/Text.pm line 706 Pod::Text::parse_from_file(Pod::Usage=HASH(0x262f6a8), "-e", GLOB(0x2623f40)) called at C:/Strawberry/perl/lib/Pod/Usage.pm line 179 Pod::Usage::pod2usage("-verbose", 1) called at Sscce.pm line 18 Sscce::main(GLOB(0x2623f40)) called at -e line 1