thanks all,
if:
next unless(/$siteName/);
wouldn't work to find $siteName anywhere in $_, please let me know.

jpf

> next unless m/^\Q$siteName:/;

Reply via email to