Help for this page

Select Code to Download


  1. or download this
    my %files = (
         'file1' => 'tom',
    ...
    
    $files{'file2'} = 'sam';
    
  2. or download this
    my @names = ('tom','bob','joe');
    $names[1] = 'sam';