if ($line =~/(port=([0-9]+))/) [download]
if ($line =~/port=([0-9]+)/){ $port= $1; }; [download]
In reply to Re^3: matching patterns by SamCG in thread matching patterns by theroninwins