Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Doubley surprised by fat commas (updated)

by LanX (Saint)
on Jun 09, 2021 at 22:33 UTC ( [id://11133710]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    D:\tmp\pm>perl -MO=Deparse
    print "a"=> =>"c";
    ...
    syntax error at - line 2, near "print (=>"
    - had compilation errors.
    __DATA__
    
  2. or download this
    D:\tmp\pm>perl -MO=Deparse
    print "a"=> => => "c";
    __END__
    print 'a', 'c';
    __DATA__
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (6)
As of 2024-04-25 15:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found