perl -MO=Deparse -e 'next LINE while (($line =~ /abcd/o) .. ($line =~ /def/0));' Number found where operator expected at -e line 1, near "/def/0" (Missing operator before 0?) syntax error at -e line 1, near "/def/0" -e had compilation errors. ; perl -MO=Deparse -e 'next LINE while (($line =~ /abcd/o) .. ($line =~ /def/o));' -e syntax OK next LINE while $line =~ /abcd/o .. $line =~ /def/o;
In reply to Re: This code is just freaky...
by mattr
in thread This code is just freaky...
by dragonchild
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |