i think you want to use 'unless' instead of 'until'.

also, take advantage of $_'s magic in your print statement:

print TEMP unless /ancre/;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to