IO::All was released on March 15, and it looks amazing (With my initial tests on Win32, it works great too!).
Mini Preview:
All in one!use IO::All; my $my_stuff = io('./mystuff')->slurp; # Read a file my $more_stuff < io('./morestuff'); # Read another file io('./morestuff') >> io('./allstuff'); # Copy/append # A forking socket server that writes to a log my $server = io('server.com:9999'); my $socket = $server->accept('-fork'); while (my $msg = $socket->getline) { io('./mylog')->appendln(localtime() . ' - $msg'); } $socket->close;
Offense, like beauty, is in the eye of the beholder, and a fantasy.
By guaranteeing freedom of expression, the First Amendment also guarntees offense.
In reply to Module IO::All Released - WOW! by NetWallah
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |