in reply to Re: br tag in CGI.pm V2.91
in thread br tag in CGI.pm V2.91
#!/usr/bin/perl use strict; use CGI; my $q = CGI->new(); print "$CGI::VERSION\n"; print $q->br."\n"; # and it output this: 2.91 <br></br>
Very weird.
cLive ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: br tag in CGI.pm V2.91
by BrowserUk (Patriarch) on Apr 09, 2003 at 23:25 UTC | |
by cLive ;-) (Prior) on Apr 10, 2003 at 01:01 UTC | |
by BrowserUk (Patriarch) on Apr 10, 2003 at 08:21 UTC | |
by cLive ;-) (Prior) on Apr 10, 2003 at 17:55 UTC | |
by BrowserUk (Patriarch) on Apr 10, 2003 at 20:34 UTC |