Help for this page

Select Code to Download


  1. or download this
    no lib q{.}; # mitigate the ". in @INC" security threat vector
                 # when using optional dependencies
    
  2. or download this
    @ARGV = Win32::CommandLine::argv() if eval {
        local @INC = grep !/^\.$/, @INC; # LHS is localized, RHS gets glob
    +al @INC
        require Win32::CommandLine;
    };