Help for this page

Select Code to Download


  1. or download this
       #define if there (is) are numbers in position 3 and 4 concat to pos
    +ition 3
         if (defined ($num1) and defined ($num2)){
         $hash{$ita}[3]=$num1$num2; # concat if numbers defined in poition
    + 1 and 2 and store in 3
    
  2. or download this
    uno = uno,eins
    due = dos,zwei 
    ...
    undici = once, elf
    dodici = doce
    tredici = trece, dreizehn
    
  3. or download this
    due =deux, two,   
    tre = trois,drei,    three 
    ...
    dieci =dix
    undici = onze,eleven
    tredici = treize,thirteen, dreizehn
    
  4. or download this
    use strict;
    use diagnostics;
    ...
    
    #close $out;
    #close $out1;