Help for this page

Select Code to Download


  1. or download this
    __HASH__
    
    ...
    'Key2' => 'Cat.Mouse.Game.Lion.Tiger.Lion',
    'Key3' => 'Cat.Mouse.Game.Lion.Tiger.Monkey',
    };
    
  2. or download this
    __DATA__
    
    Pigeon.Lion.Tiger.Elephant SOME_DATA
    Pigeon.Lion.Tiger.Lion SOME_DATA
    Pigeon.Lion.Tiger.Monkey SOME_DATA
    
  3. or download this
    __Example code__
    
    ...
        print "$. \n" if /SOME_DATA/; #searching SOME_DATA and printing
    }
    
  4. or download this
    __OUTPUT__
    
    Pigeon.Lion.Tiger.Elephant SOME_DATA (Key1)
    Pigeon.Lion.Tiger.Monkey SOME_DATA (Key3)