#!/usr/bin/perl use strict; use warnings; use Data::Dumper; my %test = { record => ' ' }; my $test = \%test; $test->{record}->{'a'} = 11; $test->{record}->{'b'} = 22; print Dumper \%test;
In reply to Re: Add Data to Hash Reference
by shail
in thread Add Data to Hash Reference
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |