Help for this page

Select Code to Download


  1. or download this
    use constant {
        NULL => 0,
    ...
    {
        print "$_ = $english_translation{$_}\n";
    }
    
  2. or download this
    EINS = One
    NULL = Zero
    ZWEI = Two
    
  3. or download this
    0 = Zero
    1 = One
    2 = Three