in reply to Re^3: Filehandle of the current sourcecode, pointing after last code line?
in thread Filehandle of the current sourcecode, pointing after last code line?

It's a "bug" regarding B::Deparse which tries to guess which DATA handle is pointing to the end of the current file.

Like demonstrated one can have 2 such opened handles (in main and current package) and non points to that current file.

Cheers Rolf

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

  • Comment on Re^4: Filehandle of the current sourcecode, pointing after last code line?