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

Re: syntax of Data::Dump (perlquote oct octal escape perlrebackslash)

by Anonymous Monk
on Nov 06, 2014 at 01:36 UTC ( [id://1106297]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -le " print 041 "
    33
    ...
    $ perl -le " print ord q{!}  "
    33
    
  2. or download this
    $ perl -le " print qq{041}  "
    041
    
    $ perl -le " print qq{\041}  "
    !
    

Log In?
Username:
Password:

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

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

    No recent polls found