Hi!

Hear is string that should work, at least i think so.

last if m/^\s*model\s*tiny.*/i while (<>);

Can anybody say what's wrong.
<statement> while <>; - Valid perl construction hence
last if m/^\s*model\s*tiny.*/i
is not a Perl statement!!! But if we write somthing like
last if m/^\s*model\s*tiny.*/i
perl will understand it hence Perl understand string that is not perl
statement!!!
Holy !@##$%$%^ Perl understands strings that are not in set of strings of
his input language Wow!!! I discovered program with Artificial Intelligence.
Shit soon all machines will rise and mankind will die... Forever... So
terminator (1|2) was oracular film... They mistaked some years but...
mankind will die.... AAAAAAAAAAAAAAAAAAAAAArrrrrrrrrrrrrrrrr!!!!!!

If can everybody can tell me whats wrong here i can sleep safly... Thanls!!!




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

Reply via email to