On Mar 20, 2000 at 13:05, Mayur Joshi wrote:

>print $x -> header;

Lose the spaces.

>print "Content-Type:text/html","\n\n";
                     ^ A space here is appropriate
(and if that doesn't line up, get a real email client)

Preferred: 
        print "Content-type: text/html\n\n";

As someone (Philip, I think) already said, always use -w. In addition, I
suggest using 'use strict;' somewhere near the top.

-- 
Satya. http://satyaonline.cjb.net/
FREE! Email reminder service at http://satyaonline.cjb.net/rem.html
<<<       Hi! I'm a tagline virus! Steal me & join in the fun!       >>>

To subscribe / unsubscribe goto the site www.ilug-bom.org ., click on the mailing list 
button and fill the appropriate information 
and submit. For any other queries contact the ML maintener

Reply via email to