Help for this page

Select Code to Download


  1. or download this
    @data = map[ map[ map int( rand 256), 0..99 ],0..99 ], 0..99;;
    print total_size \@data;;
    33454784
    
  2. or download this
    @data = map[ map pack( 'C*', map int( rand 256), 0..99 ), 0..99 ], 0..
    +99;;
    
    print total_size \@data;;
    1614784