Help for this page

Select Code to Download


  1. or download this
    
    # override query object creation so we can install
    ...
        print STDERR "$filename: $bytes\n";
    
    }
    
  2. or download this
    my $q = CGI->new( sub { $self->_ul_hook( @_ ) }, undef, 0 );