I am unable to reproduce your reported problem. Here is my SSCCE:
#!/usr/bin/env perl use strict; use warnings; package Foo; use IO::All; sub foo { my $text = 'bar'; $text >> io ('/tmp/quux.txt'); } package main; Foo::foo ();
It runs to completion without error or warning. With nothing further to go on I can only assume that the problem lies in the code you have not shown.
🦛
In reply to Re: Use of IO::All
by hippo
in thread Use of IO::All
by geoffleach
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |