- or download this
use strict;
use CGI;
...
my $cgi = new CGI;
blah, blah
}
- or download this
use strict;
...
my $cgi = new CGI;
blah, blah, blah
}
- or download this
sub do_stuff {
my $one, $two, $three = @_;
use CGI;
}
- or download this
sub do_stuff {
use CGI;
my $one, $two, $three = @_;
}