Help for this page

Select Code to Download


  1. or download this
    my %main_file = (
        USER => [ [], [], [] ],
        TEST => [ [], [], [] ],
        TRIM => [ [], [], [] ],
    );
    
  2. or download this
    my %main_file;
    push @{ $main_file{USER}[0] }, $string;