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

Re: why does 'print ("hey)")' give a warning?

by CharlesClarkson (Curate)
on Jul 09, 2001 at 12:20 UTC ( [id://94927]=note: print w/replies, xml ) Need Help??


in reply to why does 'print ("hey)")' give a warning?

Because there is a space between print and ("hey)").
Try these:
print("hey)"); print "hey)"; print 'hey)';

HTH,
Charles K. Clarkson

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://94927]
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: (6)
As of 2024-04-25 10:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found