- or download this
$query->param('Action','nothing yet');
# or
$query->param(-name=>'Action', -value=>'nothing yet');
- or download this
<input type="submit" name="Action">
- or download this
if ($query->param('Action')) {
# do stuff
}
- or download this
if (my $foo = $query->param('foo')) {
#do stuff with $foo
}
- or download this
open PUBFILE, ">$PUBFILE" || die "do i have permission? $!";
- or download this
use CGI::Carp qw(fatalsToBrowser);
- or download this
drwxrwxr-x 2 jeff jeff 4096 Apr 3 01:37 ./
drwxr-xr-x 19 jeff jeff 4096 May 8 23:46 ../
-rw-rw-r-- 1 jeff jeff 11781 Mar 31 01:10 back.jpg
-rw-rw-r-- 1 jeff jeff 2078 Mar 31 01:11 bar.jpg
-rw-rw-r-- 1 jeff jeff 274 Apr 3 01:37 index.html