Help for this page

Select Code to Download


  1. or download this
    
    my $max_len = 20000;
    ...
        
        close(FILE);
    }
    
  2. or download this
    
    $dbh->{LongReadLen} = '20000';
    ...
        print FILE @jpg;
        close(FILE);
        $sth->finish();