Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

A twisty little maze of ampersands, all different

by haj (Vicar)
on Jun 08, 2021 at 22:54 UTC ( [id://11133670]=obfuscated: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use 5.020;
    sub one { 1 }
    sub two { 2 }
    ...
    say &one&two    ;
    say &one&&&two  ;
    say &&&one&&&two;
    
  2. or download this
    use 5.020;
    sub s { say };
    $_ = 'Jusst another Perl hacker';
    s&s&&&&&s
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: obfuscated [id://11133670]
Front-paged by Discipulus
help
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found