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

Problem w/ single-quoted strings

by eweibust (Initiate)
on May 13, 2004 at 18:35 UTC ( [id://353176]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        print 'Testing\z';
        print 'Testing\\n';
        print 'Testing\\\n';
        print "\n";
    
  2. or download this
        erikweibust@daleweibust ~/perl/lrn_perl $ ./test1-2.pl
        Testing\nTesting\nTesting\\n
        erikweibust@daleweibust ~/perl/lrn_perl $
    
  3. or download this
        erikweibust@daleweibust ~/perl/lrn_perl $ ./test1-2.pl
        TestingnTesting\nTesting\n
        erikweibust@daleweibust ~/perl/lrn_perl $
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 06:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found