Help for this page

Select Code to Download


  1. or download this
    my $hash = map { /\Q$dir\E(\w+?)\.pm$/ and defined $1, $1 } keys %$pac
    +klist ;
    
  2. or download this
    foreach ( keys %hash)
      print $_ ;
    }
    
  3. or download this
     Odd number of elements in hash assignment at /usr/lib/p....