How would I add a hash array item to this on the fly later?
my %vars = (title => 'Mr.',
firstname => 'Bill',
lastname => 'Gates',
last_paid_month => 1, # February
amount => 392.12,
monthname => \@monthname,
);
|
Results 1 to 3 of 3
Thread: perl: %var?Threaded View
|
Click Here to Expand Forum to Full Width |