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