while () { $match = ; if ($match =~ /^TTITLE(\d+)=(.+)$/) { $title{$1} = $2; } } #### while () { $match = $_; if ($match =~ /^TTITLE(\d+)=(.+)$/) { $title{$1} = $2; } }