Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Brain Teaser

by marcink (Monk)
on Jun 10, 2001 at 22:59 UTC ( [id://87338]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print //;   # pattern-match an empty string. result: 1
    print \\//; # ref to ref to variable holding 1 (1)
    print \\\//; # ref to ref to ref to variable holding 1 (2)
    print \\///\\\//; # print (1) / (2)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-24 23:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found