in reply to Re: map function - print to file problem
in thread map function - print to file problem
Also I would like to say that BrowerUK's explanation offered in the post you refer to, I believe, is very well written. I would encourage anyone here to read it through.if ($file_in_question =~ /^(\d{4})/){ $year = $1; } else { next; }
|
|---|