-
Notifications
You must be signed in to change notification settings - Fork 556
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
goto and tie don't mix #188
Comments
From tgy@chocobo.orgI cannot goto() inside TIESCALAR, STORE, FETCH. #!/usr/bin/perl -w tie $foo, 'GOTO', 7; $bar = $foo; print $foo; package GOTO; sub TIESCALAR { sub STORE { sub FETCH { __END__ Perl Info
|
Migrated from rt.perl.org#994 (status was 'resolved')
Searchable as RT994$
The text was updated successfully, but these errors were encountered: