Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: Escaping multiple escape chars

by JamesNC (Chaplain)
on Dec 10, 2005 at 06:56 UTC ( [id://515696]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    
    ...
    
    print $txt;  #prints some\text
    Dump($txt);
    
  2. or download this
    use Devel::Peek;
    
    ...
    
    print $txt; #prints some [tab] ext
    Dump($txt);
    
  3. or download this
    use Devel::Peek;
    
    ...
    
    print $txt;
    Dump($txt);
    
  4. or download this
    use Devel::Peek;
    
    ...
    
    print $txt;
    Dump($txt);
    

Log In?
Username:
Password:

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

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

    No recent polls found