![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: Friday Code Quizby ChOas (Curate) |
on Sep 21, 2001 at 15:23 UTC ( #113850=note: print w/replies, xml ) | Need Help?? |
Okay, a shot at it: it won`t be 1,2, as it`s not quoted; It won`t be the last element of the a list as it`s not bracketed (sp.?) as a list; Idea: Perl tries to parse 1,2 into a scalar, fails at the comma, does the best to do the thing that seems logical and parses it as $i=1,(as an int) truncating the ,2 to the semi-colon... and skipping to the next instruction But then again.. I should read a lot on the Perl parser... GreetZ!,
print "profeth still\n" if /bird|devil/;
In Section
Meditations
|
|