in reply to Re: Re: Re: Hash Problems
in thread Hash Problems
I had these initial settings in my code, that is what was causing the array/hash error, but how do I set up my hashes in this manner to proceed with my program and not break the logic from the previous part?%pers_dcr_files = ( 'Name' => [ 'RightNavLaunchDate' => "", 'RightNavExpirationDate' => "", 'LinkURL' => "", 'SmallGraphic' => "", 'ShowHome' => "", 'ShowPersonal' => "", ] ); # Hash for Business Page %bus_dcr_files = ( 'Name' => [ 'RightNavLaunchDate' => "", 'RightNavExpirationDate' => "", 'LinkURL' => "", 'SmallGraphic' => "", 'ShowHome' => "", 'ShowBusiness' => "", ] ); # Hash for Home Page %home_dcr_files = ( 'Name' => [ 'RightNavLaunchDate' => "", 'RightNavExpirationDate' => "", 'LinkURL' => "", 'SmallGraphic' => "", 'ShowHome' => "", 'ShowBusiness' => "", 'ShowPersonal' => "", ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Hash Problems
by chipmunk (Parson) on May 17, 2001 at 00:34 UTC | |
by wstarrs (Acolyte) on May 17, 2001 at 00:37 UTC | |
by chipmunk (Parson) on May 17, 2001 at 00:42 UTC | |
by wstarrs (Acolyte) on May 17, 2001 at 00:52 UTC | |
by Anonymous Monk on May 17, 2001 at 00:44 UTC |