Help for this page

Select Code to Download


  1. or download this
    open(STATS, "/path/to/file");
        @file = <STATS>;
    close STATS;
    
  2. or download this
    %file=("key"  =>value,
         "key1" =>value);
    
  3. or download this
    %file=("$key" =>value,
           "$key1"=>value);