Help for this page

Select Code to Download


  1. or download this
    package Perl::Critic::Policy::DRW::ProhibitInlineSystemArgs;
    
    ...
    }
    
    1;
    
  2. or download this
    system("c:\\program\ files\\foo.exe");
    system( join " ", qw/asd wqe/ );
    ...
    
    exec("wc /etc/hosts");
    exec("whoami");