Help for this page

Select Code to Download


  1. or download this
    package REST::CGI::Simple;
    
    ...
      }
      return scalar @values;    # for compatibility with CGI.pm request.t
    }
    
  2. or download this
        ...
        my $fh = $fs->open_write( $path ); # Filesys::Virtual::Plain
    ...
            $fs->close_write($fh);
            return 0;
        }