Help for this page

Select Code to Download


  1. or download this
        my $timestamp = $self->cgi_param("timestamp");
        if ( -f $file && $timestamp != (stat($file))[9] || 0 ) {
            ...
    
  2. or download this
      my $key = shift;
      return $self->{'cgi'}->param($key);