in reply to Re: Re: Getting argsin thread Getting args
if ($var =~ /$ARGV[0]/) { ... } [download]
if ($var =~ /^$ARGV[0]$/) { ... } [download]