xavier8854 has asked for the wisdom of the Perl Monks concerning the following question:
result is :my @executions = $jobInfo->{'content'}{'executions'}; print Dumper (@executions, scalar(@executions));
I use this syntax regulary, never happened.$VAR1 = []; $VAR2 = 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strange behavior of array in scalar context
by Corion (Patriarch) on Jan 26, 2026 at 10:19 UTC | |
by Anonymous Monk on Jan 26, 2026 at 11:05 UTC | |
|
Re: Strange behavior of array in scalar context
by Anonymous Monk on Jan 27, 2026 at 14:50 UTC | |
|
Re: Strange behavior of array in scalar context
by xavier8854 (Novice) on Jan 26, 2026 at 10:19 UTC | |
by hippo (Archbishop) on Jan 26, 2026 at 10:32 UTC | |
by ikegami (Patriarch) on Jan 26, 2026 at 15:39 UTC |