Help for this page

Select Code to Download


  1. or download this
    # Module-Foo.pm
    use Term::ANSIColor; () = eval { require Win32::Console::ANSI } if 'MS
    +Win32' eq $^O;
    
  2. or download this
    # script-foo.pl
    no lib q{.}; # mitigate the ". in @INC" security threat vector when us
    +ing optional dependencies
    @ARGV = Win32::CommandLine::argv() if eval { require Win32::CommandLin
    +e };