I'm stumped on a code example from the Camel book (Section 2.5.1, 2nd Ed.):
The 'exit' function is being called from within a print function's list of arguments. How/Why does a function such as 'exit' even execute in this context? Why is it executing before $foo gets printed? Obviously, I don't understand the Camel's explanation.print($foo, exit); # Obviously not what you want.
As always, any insight is much appreciated.
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot";
$nysus = $PM . $MCF;
In reply to Question of example from Camel Book by nysus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |