Help for this page

Select Code to Download


  1. or download this
    package Tie::RecursiveCI;
    
    ...
      }
      return $self->{lc $key};
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    for (sort keys %{ $hash{bAr} }) {
      print "$_ => $hash{bar}{$_}\n";
    }
    
  3. or download this
    bar => HASH(0xd67b0)
    foo => 20
    blat => 40