in reply to Basic CGI Question (Moved from Q&A)
And so forth. I'm not sure what you intend to do with the form or the alpha subroutine. Perhaps you could reply and shed more light on it.#!/usr/bin/perl -wT use strict; use CGI; my $page = new CGI; my $in = $page->param('alpha');
|
|---|