in reply to Re: IO::All is sliced bread
in thread IO::All is sliced bread
was wrong until i read the IO::All documentation and found out that the ">" operator is overloaded by IO::All. You might write it more suggestively by saying:use IO::All; io->catdir('my','dir','my_file.txt')->backwards > io->catdir('my','dir','reversed.txt');
io->catdir('my','dir','my_file.txt')->backwards > io->catdir('my','dir +','reversed.txt');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: IO::All is sliced bread
by DrWhy (Chaplain) on Jun 21, 2006 at 15:56 UTC |