Hya,

At 03:22 PM 13/06/2001 -0700, Hans Holtan wrote:
>Hi everyone,
>
>I'm a bit green, and I'm trying to split a large file into a hash. My 
>problem is that the parts that I want to use as keys are a bit long 
>(100-200 letters), and I will need to pull them out by the presence of 
>certain substrings later. So my actual question is this, how do I retreive 
>a slice from a hash based on substrings in their keys?

The "keys" func in perl will allow you to access the keys of your hash.
See also http://www.perl.com/pub/v/documentation for more helps...

>Thanks for your help.

/***** Experience is that marvelous thing that enables you to recognize a 
mistake when you make it again.
Franklin P. Jones *****/

Reply via email to