Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Why do I need a space here?

by sparkyichi (Deacon)
on Jun 28, 2002 at 19:00 UTC ( [id://178105]=note: print w/replies, xml ) Need Help??


in reply to Why do I need a space here?

Try:
$i = "<HTML>\n"; print OUTFILE $i;
This has worked for me in the past. I don't think you need the back slash for that. You could also
$i = '<HTML>'; print OUTFILE "$i\n";
Sparky
FMTEYEWTK

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 20:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found