http://qs1969.pair.com?node_id=24156


in reply to HTML embedded in CGI

Well, "i believe in gnomes! but i've never seen one!!!" *gg*
What i am triyng to say, with the stupid joke is: There are things in life, that we cannot do absolutely nothing to change!
As hard as you try, you'll only be able to minimize your code to 90% of the total... and if you try really HARD!

sorry about the comment...
'cause i believe that comments like this, are the ones that desistimulates people to complete their dreams, and concretize their ideas!! - just don't give up 'cause of this!!

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

Replies are listed 'Best First'.
RE: RE: HTML embedded in CGI
by FiReWaLL (Scribe) on Jul 25, 2000 at 00:09 UTC

    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

      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;