Help for this page

Select Code to Download


  1. or download this
    my %english_translation = (
        NULL    => "Zero",
        'EINS'  => "One",
        ZWEI()  => 'Two',
    );
    
  2. or download this
    EINS = One
    NULL = Zero
    2 = Two