I am attempting to create a hash slice from a hash.  The hash is:

%hash =            ("test1" => "test10",
                           "test2" => "test12" ,
                          "test3" => "test13")

I want the slice to include only the keys test1 and test3.  How can I
accomplish this?


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to