http://qs321.pair.com?node_id=559552


in reply to Re^2: opening files using handles, objects etc
in thread opening files using handles, objects etc

Well thought; I recommend expecting a IO::Handle object... That way, you leave it up to the users if they're passing plain old perl handles, or IO::Scalar or their own implementation on a handle.

  • Comment on Re^3: opening files using handles, objects etc