On Sat, 5 Jan 2002, mb wrote:

> >I have a question, real quick.  Why use the <<END_HTML, etc to block off a
> >section of html to print out instead of just print qq~ ~; for instance?
> What
> >are the advantages of using this other method?
> >
> I' m new on perl world but I found the <<EndHTML is more clean and less
> tedieus
> than
>   print table( TR( td( "foo" ) ) );   So missing parentheses is frequent
> with an text editor like "wordPad"...

You shouldn't use WordPad for writing Perl code (or any kind of code), you
should get some kind of programmer's editor that can do syntax
highlighting and has some kind of smarts about the syntax of the language
you are writing in, so you'll know that you have unmatched parentheses or
braces.  There are plenty to choose from, both free and non-free.

I personally use emacs (both on Windows & Unix), but you should find one
you like.

-- Brett
                                          http://www.chapelperilous.net/
------------------------------------------------------------------------
A pat on the back is only a few centimeters from a kick in the pants.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to