Help for this page

Select Code to Download


  1. or download this
    my %languages = (
                            ASM => 'Assembler',
                            PL => 'Perl',
    ...
                            VB => 'Visual Basic',
                            DLP => 'Delphi',
                    );
    
  2. or download this
    my @employee = ('PL', 'VB', 'C');