Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: printing a single quote in a string when using -e option

by moxliukas (Curate)
on Jul 24, 2003 at 06:48 UTC ( [id://277450]=note: print w/replies, xml ) Need Help??


in reply to printing a single quote in a string when using -e option

Try using quoting operators (for more information see perlop: qoute an quote like operators):

perl -e "print q{'}"

The above prints a single quote as expected.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (6)
As of 2024-03-28 14:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found