Help for this page

Select Code to Download


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