Help for this page

Select Code to Download


  1. or download this
    $query->param('Action','nothing yet');
    # or
    $query->param(-name=>'Action', -value=>'nothing yet');
    
  2. or download this
    <input type="submit" name="Action">
    
  3. or download this
    if ($query->param('Action')) {
        # do stuff
    }
    
  4. or download this
    if (my $foo = $query->param('foo')) {
        #do stuff with $foo
    }
    
  5. or download this
    open PUBFILE, ">$PUBFILE" || die "do i have permission? $!";
    
  6. or download this
    use CGI::Carp qw(fatalsToBrowser);
    
  7. 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