Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Bareword rules?

by mr.nick (Chaplain)
on Aug 24, 2012 at 15:18 UTC ( [id://989568]=note: print w/replies, xml ) Need Help??


in reply to Bareword rules?

Just as a quick comment, Deparse is very useful when trying to determine what the parser is actually doing:
$ perl -MO=Deparse -e 'print cat dog' print 'dog'->cat; -e syntax OK $ perl -MO=Deparse -e 'print reverse cat dog' print reverse('dog'->cat); -e syntax OK

I'm going to ASSUME that 5.004 has this ability, but considering it's decades old, maybe not.

mr.nick ...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-03-29 04:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found