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