Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re: Open filehandles for 'used' files... #264

Closed
p5pRT opened this issue Jul 27, 1999 · 1 comment
Closed

Re: Open filehandles for 'used' files... #264

p5pRT opened this issue Jul 27, 1999 · 1 comment

Comments

@p5pRT
Copy link

p5pRT commented Jul 27, 1999

Migrated from rt.perl.org#1081 (status was 'resolved')

Searchable as RT1081$

@p5pRT
Copy link
Author

p5pRT commented Jul 27, 1999

From @gbarr

I think we have got ahead of ourselve here. looking at the code
more closely __END__ will only keep the file open if !PL_in_eval
which is only true for the script perl is called with. Also
Package​::DATA is only set with __DATA__. __END__ will ALWAYS
set main​::DATA

So __END__ in packages should not be keeping the filehandle open
so I think that what happens now is the right thing todo.

so what was the problem again ?

--
Since you're clearly mad as a mongoose, I'll bid you good-day.
  -- Edmund to Captain Rum : Black Adder II "Potato"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant