Help for this page

Select Code to Download


  1. or download this
    my %hash = (Fred => 'Wilma', Barney => 'Betty', Homer => 'Marge');
    
  2. or download this
    $dirs{$file} = $file;
    
  3. or download this
    $dirs{$file} = { ... };