Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Something is wrong and I don'tkow what

by runrig (Abbot)
on Oct 18, 2000 at 04:04 UTC ( [id://37254]=note: print w/replies, xml ) Need Help??


in reply to Something is wrong and I don'tkow what

Use q or qq. perldoc perlop.
print q!This is a string with 'single' and "double" quotes!; my $quotes='double quotes'; print qq!This is a string with "$quotes" around a variable\n!;
Update:Or do what extremely says below and use a here doc (I gave it a ++ since I neglected to mention it)

Replies are listed 'Best First'.
RE: Re: Something is wrong and I don'tkow what
by BastardOperator (Monk) on Oct 18, 2000 at 16:50 UTC
    This, along with the fact that line 38 and 40 are missing the ending "; (not that the " would matter because of the confusion that perl would be in due to the number of them (see runrig's post above), but the ; sure would).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 21:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found