This commit is contained in:
Nick Bebout 2013-08-03 20:27:37 -05:00
parent ce6842565f
commit ce9d0bd3d8
17 changed files with 187 additions and 106 deletions

View file

@ -13,7 +13,7 @@ my $X = tie %hash, 'DB_File', 'test_dbfile.db' ;
print ( scalar keys %hash, "\n" ) ;
#exit ;
@ARGV and exit ;
for my $num ( 0 .. 255 ) {
print "$num\n" ;

Binary file not shown.