geoffleach has asked for the wisdom of the Perl Monks concerning the following question:
Execution results in:package whatever; use IO::All; ... inside sub ... $text = 'something unremarkable'; $text >> io('existing file');
Removing the call to io() results in correct execution.Odd number of elements in anonymous hash at line <of the call>
I'm at a loss. Some direction would be appreciated.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Use of IO::All
by hippo (Archbishop) on Feb 08, 2024 at 23:04 UTC | |
by geoffleach (Scribe) on Feb 10, 2024 at 17:59 UTC | |
Re: Use of IO::All
by ikegami (Patriarch) on Feb 09, 2024 at 01:47 UTC |