crypt% perl -we 'sub test { my $c = caller; *"${c}::test"{SCALAR} }'
Scalar found where operator expected at -e line 1, at end of line
(Missing operator before ?)
syntax error at -e line 1, near "*"${c}"
Bareword found where operator expected at -e line 1, near "${c}::test"
(Missing operator before ::test?)
String found where operator expected at -e line 1, at end of line
(Missing semicolon on previous line?)
Can't find string terminator '"' anywhere before EOF at -e line 1.
crypt%
In <199909140721.AAA10152@activestate.com>, Gurusamy Sarathy writes:
:On Tue, 14 Sep 1999 04:22:07 BST, Hugo wrote:
:>crypt% perl -we 'sub test { my $c = caller; *"${c}::test"{SCALAR} }'
:[...]
:>Assertion failed: file "toke.c", line 216 at -e line 1.
:
:Get change#4133 (posted here yesterday) for the fix.
Migrated from rt.perl.org#1363 (status was 'resolved')
Searchable as RT1363$
The text was updated successfully, but these errors were encountered: