Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

How the Super Spaceship works

by japhy (Canon)
on Dec 08, 2000 at 02:40 UTC ( [id://45633]=note: print w/replies, xml ) Need Help??


in reply to Super Spaceship Operator
in thread lp.hpajnilap.palinjaph.pl

For those that do not grok this delightful Perl obfuscation, I unveil the secret of <<=>>:
print <<=>> 1; text print "done\n"; # is actually print << "BLANK_LINE" => > 1; text BLANK_LINE print "done\n"; # is actually print << "BLANK_LINE", > 1; text BLANK_LINE print "done\n";
And the comma is superfluous.

japhy -- Perl and Regex Hacker

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://45633]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-20 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found