Re: Deleting a hash value

2001-12-11 Thread John W. Krahn
Daniel Falkenberg wrote: > > Hi all, > > %allusers = ( > 'users' => { > 'user' => 'Test Account', > '*Crudles' => 'Hello World', > 'Crud' => 'Another T

Re: Deleting a hash value

2001-12-11 Thread Daniel Gardner
Tuesday, December 11, 2001, 6:38:47 AM, Daniel Falkenberg wrote: > Does any one know how I would go about deleing all hash keys with a star > in them from the following hash? > Would I go something like the following > #!/usr/bin/perl -w > %allusers = ( > 'users' => { >

Deleting a hash value

2001-12-10 Thread Daniel Falkenberg
Hi all, %allusers = ( 'users' => { 'user' => 'Test Account', '*Crudles' => 'Hello World', 'Crud' => 'Another Test',