Daniel Falkenberg wrote:
>
> Hi all,
>
> %allusers = (
> 'users' => {
> 'user' => 'Test Account',
> '*Crudles' => 'Hello World',
> 'Crud' => 'Another T
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' => {
>
Hi all,
%allusers = (
'users' => {
'user' => 'Test Account',
'*Crudles' => 'Hello World',
'Crud' => 'Another Test',