Help for this page

Select Code to Download


  1. or download this
    # Method 1
    push @data, {%tmp};
    
    # Method 2
    push @data, \%tmp;
    
  2. or download this
    sub read_dat
    {
    ...
        }
        return @data;
    }