- or download this
my %main_file=(
USER <= \@user_file,
TEST <= \@test_file,
TRIM <= \@trim_file,
);
- or download this
push(@{$main_file{"USER"}[0]}, $string);
- or download this
> perl -Mstrict -MData::Dumper -wE '
my %main_file = ( USER => [ [], [], [] ] );
...
]
};
>