Re: PERL and HTML question...

2001-08-07 Thread Rajeev Rumale
Sent: Tuesday, August 07, 2001 1:46 PM Subject: PERL and HTML question... > Dear List, > > print< > HELLO WOLRD! > > HTML > > If this HTML is being run with Perl which it is of coarse how would I know > what version of the HTML it is. > > I really hope thi

Re: PERL and HTML question...

2001-08-07 Thread Michael Fowler
On Tue, Aug 07, 2001 at 03:16:44PM +0930, Daniel Falkenberg wrote: > print< > HELLO WOLRD! > > HTML > > If this HTML is being run with Perl which it is of coarse how would I know > what version of the HTML it is. HTML is not run, it's not a programming language, or really any

Re: PERL and HTML question...

2001-08-07 Thread Tom Malone
The difference between HTML version 3.2 and version 4.0 is the number and type of tags that are available to you. The browsers don't really "know" the difference between the different versions - they just either support the latest version (4.0) or they don't. You'll find out when you try to use

PERL and HTML question...

2001-08-06 Thread Daniel Falkenberg
Dear List, print< HELLO WOLRD! HTML If this HTML is being run with Perl which it is of coarse how would I know what version of the HTML it is. I really hope this makes sense. I read there is alot of different versions of HTML such as 3.2 and 4.0. Does the browser take care of