Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Quickie code question

by marius (Hermit)
on Mar 28, 2001 at 21:41 UTC ( [id://67878]=note: print w/replies, xml ) Need Help??


in reply to Quickie code question

The escaped \011 and \015 are octal character codes. See perldoc perldata under Scalar Value Constructors for more information about these.

Incidentally, to validate this, try:
perl -e 'print 011 . "\n"'
It won't print what you're expecting, I bet.

-marius

Log In?
Username:
Password:

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

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

      No recent polls found