in reply to RE: HTML embedded in CGI
in thread HTML embedded in CGI

I'll start do zip the HTML and unzip to each user... then I'll get it 90% smaller... **grin**

The only thing you regret in life, is the risk you don't take

Replies are listed 'Best First'.
RE: RE: RE: HTML embedded in CGI
by JP Sama (Hermit) on Jul 25, 2000 at 00:19 UTC
    or you could make a sub to change the code, changing small personal tags, for the html tags with table formats, and stuff! :)
    ex: <t>.</t> for <table width="100% bgcolor="#FFFFFF" cellpadding="0"> +.</table>

    muahahahahaaha!!!
    #!/jpsama/bin/perl -w
    $tks = `mount`;
    $jpsama = $! if $!;
    print $jpsama;