mush4brains has asked for the wisdom of the Perl Monks concerning the following question:
This gives the result, in the browser (IE):print '<!DOCTYPE html> <html> <body> '; print "1<br>"; print "2<br>"; print "3<br>", "4<br>"; print "5<br>". "6<br>"; print "</body></html>"
Note that the "4" is missing -- the comma-delimited arg's to the 4th print apparently aren't working here.1 2 3 5 6
|
---|
Replies are listed 'Best First'. | |
---|---|
Re(Amel): Perl CGI, IIS and other unholy unions
by dsb (Chaplain) on May 01, 2002 at 19:48 UTC | |
by mush4brains (Acolyte) on May 01, 2002 at 20:29 UTC | |
Re: Perl CGI, IIS and other unholy unions
by dws (Chancellor) on May 01, 2002 at 19:47 UTC | |
by mush4brains (Acolyte) on May 01, 2002 at 20:08 UTC | |
Re: Perl CGI, IIS and other unholy unions
by buckaduck (Chaplain) on May 01, 2002 at 20:24 UTC | |
by mush4brains (Acolyte) on May 01, 2002 at 20:34 UTC | |
Re: Perl CGI, IIS and other unholy unions
by gt8073a (Hermit) on May 02, 2002 at 00:27 UTC | |
by mush4brains (Acolyte) on May 02, 2002 at 12:52 UTC | |
Re: Perl CGI, IIS and other unholy unions
by jotti (Scribe) on May 01, 2002 at 22:17 UTC |