Hi all,
Can you please tell me what's the difference between these two types of
getting the reference to @a array?
my $ref = [ @a ];
and
my $ref = [EMAIL PROTECTED];
If I do:
use Data::Dumper;
print Dumper $ref;
Both ways of accesing the @a array with a reference seems to be the same,
because D
Randy W. Sims wrote:
Mike Blezien wrote:
Hello,
I'm working on settup a hash something like this:
my $catid = 'A';
my(%conf);
$conf{cat} = {
A => (
["15.00","Three months(90days)","90"],
["30.00","Six months(180 days)","180"],
Mike Blezien wrote:
Hello,
I'm working on settup a hash something like this:
my $catid = 'A';
my(%conf);
$conf{cat} = {
A => (
["15.00","Three months(90days)","90"],
["30.00","Six months(180 days)","180"],
["4
Hello,
I'm working on settup a hash something like this:
my $catid = 'A';
my(%conf);
$conf{cat} = {
A => (
["15.00","Three months(90days)","90"],
["30.00","Six months(180 days)","180"],
["45.00","Nine months(2