Help for this page

Select Code to Download


  1. or download this
    #!/usr/software/bin/perl
    
    ...
            |.*?is\snot\sa\svalid\soption.*/i
        );
    
  2. or download this
    #!/usr/software/bin/perl
    
    ...
        if ( $output
        =~ /The.*?command\stakes.*?arguments;\syou\sgave.*|Illegal\soption
    +.*|.*?is\snot\sa\svalid\soption.*/i
        );