in reply to Re^2: Why can code be so slow?
in thread Why can code be so slow?
Note that I do *NOTHING* not necessary for the script to execute. If you can suggest a faster way than to use CGI.pm in a script than that, I would be fascinated to know what it is.#!/usr/bin/perl use CGI; my $cgi = CGI->new; my $value = $cgi->param('a'); print "Content-Type: text/plain\015\012\015\012a=$value\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Why can code be so slow?
by chromatic (Archbishop) on May 01, 2007 at 20:44 UTC | |
by snowhare (Friar) on May 02, 2007 at 01:46 UTC | |
by freakingwildchild (Scribe) on May 03, 2007 at 09:33 UTC | |
|
Re^4: Why can code be so slow?
by freakingwildchild (Scribe) on May 01, 2007 at 21:11 UTC | |
by jbert (Priest) on May 02, 2007 at 16:19 UTC |