Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    compute time: 10.738s
    Total: 17.107s
    
  2. or download this
        if ( $TEST_GD ) {
            my $gd = GD::Image-> newFromGifData( $data );
    ...
            push @i_data, $data
        }
    
  3. or download this
    if ( $TEST_GD ) {
        open my $fh, '>', 'gd.gif';
    ...
    compute time: 11.765s
    Total: 12.015s