Help for this page

Select Code to Download


  1. or download this
    readFile( 'Text1', \@array1, \@data1 );
    readFile( 'Text1', \@array2, \@data2 );
    ...
       close $fh;
       return;
    }
    
  2. or download this
    use Data::Dump qw/ dd /;
    ## this?
    ...
        dd( \%RedText, \%DerText );
    }
    
  3. or download this
    "entry_id", "fist_number", "second_letter"
    $hash{"entry_id"}{"fist_number"} = "second_letter";
    $bothfiles{first_file}{"entry_id"}{"fist_number"} = "second_letter";