Help for this page

Select Code to Download


  1. or download this
    my $phash = \%Tech_fy_reldata;  # Assign to hash reference (eg. \%hash
    +)
    while(<NEW>){
    ...
            $$pvalue = VALUE;  # Use $$ to dereference for assignment
        }
    }
    
  2. or download this
            $$pvalue = VALUE;  # Use $$ to dereference for assignment