Baz has asked for the wisdom of the Perl Monks concerning the following question:
But in order for this to work i need to go through the piece of code and format it, e.g. replacing " with \" for all " in the code. Is there anyway method of printing in perl which would allow me to add the code without reformatting it, as i always make mistakes when im reformatting.print "a target=\"top\" ......... </noscript> ";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: printing html and javascript from a cgi doc
by davorg (Chancellor) on Jan 03, 2002 at 21:41 UTC | |
|
Re: printing html and javascript from a cgi doc
by grep (Monsignor) on Jan 03, 2002 at 21:59 UTC | |
|
Re: printing html and javascript from a cgi doc
by Corion (Patriarch) on Jan 03, 2002 at 21:53 UTC | |
|
Re: printing html and javascript from a cgi doc
by gav^ (Curate) on Jan 03, 2002 at 23:24 UTC | |
|
Re: printing html and javascript from a cgi doc
by Juerd (Abbot) on Jan 04, 2002 at 00:05 UTC | |
|
Re: printing html and javascript from a cgi doc
by jonjacobmoon (Pilgrim) on Jan 03, 2002 at 22:05 UTC |