![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Why do I need a space here?by bronto (Priest) |
on Jun 28, 2002 at 21:00 UTC ( [id://178142]=note: print w/replies, xml ) | Need Help?? |
You don't need to escape the <. If you fear that, somewhere, somehow, writing code weirdly, you could confuse Perl and make it believe that you a referring to a filehandle, you could use other tricks, like: print SOMEWHERE '<'."HTML>\n" ;but you shouldn't need that. In fact, Perl is often smarter than you expect :-) Ciao!
In Section
Seekers of Perl Wisdom
|
|