Skip Menu |

This queue is for tickets about the Tie-FileHandle-MultiPlex CPAN distribution.

Report information
The Basics
Id: 39922
Status: new
Priority: 0/
Queue: Tie-FileHandle-MultiPlex

People
Owner: Nobody in particular
Requestors: amylinari [...] swiftweb.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.1
Fixed in: (no value)



Subject: PRINT function
The PRINT function should be: sub PRINT { print $_ @_[1..$#_] for @{ $_[0] }; } The change is the @_[1..$#_] in place of $_[1] to properly handle multiple args to print.