![]() |
|
laziness, impatience, and hubris | |
PerlMonks |
Re^3: Can't happen bug follow-up -- Can an if/else be bypassed?by why_bird (Pilgrim) |
on Jul 08, 2008 at 08:21 UTC ( #696174=note: print w/replies, xml ) | Need Help?? |
$_ = <<'}'; Eh? That's the left shift operator, right? How does that code work? from perlop: 'Binary "<<" returns the value of its left argument shifted left by the number of bits specified by the right argument. Arguments should be integers.'but how does it let you fiddle with the if..else statement? (I'm not very good at 'non-obvious' code..)
Those are my principles. If you don't like them I have others. -- Groucho Marx .......
In Section
Seekers of Perl Wisdom
|
|