Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: More Script Header Problems

by little (Curate)
on Jun 21, 2002 at 16:44 UTC ( [id://176322]=note: print w/replies, xml ) Need Help??


in reply to More Script Header Problems

perl is trying to interpolate the string you gave to print. Using single quotes or noninterpolative quotation will help you to avoid that problem. eg.;
# simple print '</html>'; # or escaped sop perl knows what you want print "<\/html>";
So the syntax error is just that there is no such thingy as /h
Have a nice day
All decision is left to your taste

Log In?
Username:
Password:

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

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

    No recent polls found