Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print("File size:    ", length($file),              " bytes\n");
    print("Memory usage: ", total_size(\%ValArrayByID), " bytes\n");
    
  2. or download this
    File size:    64 bytes
    Memory usage: 922 bytes