Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Looking for backslashed characters

by thatguy (Parson)
on Oct 11, 2001 at 20:46 UTC ( [id://118265]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print printable( "\tNow is the time\nfor all good folks\n" ); 
    \tNow is the time\nfor all good folks\n
    
  2. or download this
    #!/usr/bin/perl -w
    use String::Escape qw( printable ) ;
    
    ...
       print printable($_);
    }
    close(FILE);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-24 20:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found