Help for this page

Select Code to Download


  1. or download this
    [Event "Cutthroat Classic 97"]
    [Site "Sun Valley (ID)"]
    ...
    .
    .
    .
    
  2. or download this
    #!/perl/bin/perl
    #
    ...
        }
        $previous_level = $level;
    }
    
  3. or download this
    my @data = (
        [0..scalar(@scores) - 1],
    ...
    binmode IMAGE;
    print IMAGE $gd->png();
    close IMAGE;
    
  4. or download this
    openSVG( 450, 450 );
    openG( transform => 'translate(10,85) scale(1,-1)' );
    ...
        );
        closeTAG();
    }