Use of uninitialized value in concatenation (.) or string at time_script.pl line 56.You could use Data::Dumper to help narrow down the cause of this warning. At the top of your code, add:
Later on in your code, use:use diagnostics; use Data::Dumper;
diagnostics might also provide more helpful information.print Dumper($value);
In reply to Re: Trouble getting data out of a hash
by toolic
in thread Trouble getting data out of a hash
by wruehl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |