.. use strict; .. my %hash; my $abc; my $count; while(defined($ARGV[$count])) { push(@hash{$abc},$ARGV[$count]); }
Can't i use this The error is "Type of arg 1 must be array not hash element ..." Help Anant
.. use strict; .. my %hash; my $abc; my $count; while(defined($ARGV[$count])) { push(@hash{$abc},$ARGV[$count]); }
Can't i use this The error is "Type of arg 1 must be array not hash element ..." Help Anant