But not easy to me. What do I need to do to match all of the occurrences of a name of a month? This is what I've got, but it doesn't work this way, using qw, whitespace instead of ¦, or as an array. I don't get it.<br>***************************<br>$months='january¦february¦march¦april¦may¦june¦july¦august¦september¦october¦november¦december'; <br><br>if ($token =~/$months/)<br><br>{do something}<br><br>*****************<br>MTIA<br>rja