Help for this page

Select Code to Download


  1. or download this
    if ($args =~ /(?:\A|\s)-iL(?:\s+([^\s]+)|\s*\Z)/) {
      print "Found -iL, the value is ", (defined($1) ? "'$1'" : 'absent'),
    + "\n" ;
    }