On Jun 4, [EMAIL PROTECTED] said:

>hello all-
>just a question concerning convention and accepted syntax.

Most people suggest the standard CGI.pm module, which allows you to do
things like this:

  use CGI 'param';

  if (my $flavor = param('ice_cream')) {
    # do something with their favorite ice cream
  }

-- 
Jeff "japhy" Pinyan      [EMAIL PROTECTED]      http://www.pobox.com/~japhy/
Are you a Monk?  http://www.perlmonks.com/     http://forums.perlguru.com/
Perl Programmer at RiskMetrics Group, Inc.     http://www.riskmetrics.com/
Acacia Fraternity, Rensselaer Chapter.         Brother #734
**      Manning Publications, Co, is publishing my Perl Regex book      **

Reply via email to