-
Notifications
You must be signed in to change notification settings - Fork 558
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
"in memory" files don't call STORE method when tied #8972
Comments
From perlbug@daveola.comCreated by perlbug@daveola.comIf we open a file handle to an "in memory" file held in a perl scalar, and then tie that scalar, we don't see the STORE method called on writes to the filehandle, though they still work on normal STORE events. Code: #################### # Redirect EXAMPLE filehandle to the variable. # Store to the variable directly # Store to the variable through the filehandle printHook->hook(); The output is: --- Expected output: --- Perl Info
|
The RT System itself - Status changed from 'new' to 'open' |
@iabyn - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#43789 (status was 'resolved')
Searchable as RT43789$
The text was updated successfully, but these errors were encountered: