in reply to Re^3: Help with file test operators
in thread Help with file test operators

> but I am not sure it can be called a "special filehandle",

Yeah, but that's how it is called in the docs.

And you will see that it behaves like an instance of IO::File - like other filehandles do.

DB<100> _->test Can't locate object method "test" via package "IO::File" at (eval 16)[ +multi_perl5db.pl:644] line 2.

And this was the point which made me stumble when I tried to declare a package _; some weeks ago.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)

PS: Je suis Charlie!