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