Sun751 has asked for the wisdom of the Perl Monks concerning the following question:
but when I do this,$$err_info{'CMD'}= 'Command Execution Failed'; $$err_info{'STATUS'}= 'Status Check Failed';
Its not working can any one guide me? please. And any suggestion if I want to initialize the hash reference with heaps of record what the better way to do that? please, Cheers,$$err_info =( CMD => 'Command Execution Failed', STATUS => 'Status Check Failed', SUCCESS => 'Command Succeful upto', TIME => 'scalar localtime()', );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Initializing Hash reference
by jwkrahn (Abbot) on Jul 17, 2009 at 01:39 UTC | |
|
Re: Initializing Hash reference
by roubi (Hermit) on Jul 17, 2009 at 02:52 UTC | |
|
Re: Initializing Hash reference
by zer (Deacon) on Jul 17, 2009 at 02:34 UTC | |
|
Re: Initializing Hash reference
by afoken (Chancellor) on Jul 18, 2009 at 10:48 UTC |