"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: