in reply to Re^5: parser bug handling 'do ($foo)->{bar}' ?
in thread parser bug handling 'do ($foo)->{bar}' ?
In perlfunc#Perl-Functions-by-Category do is only listed under "Keywords related to Perl modules", which might explain the API.¹
Also looked into perlglossary which mentions looks-like-a-function only once under the title pseudofunction .
Surprisingly there is not one other perldoc mentioning pseudofunctions !?!
But actually this helps fixing the bug in B::Deparse, cause the handling of other pseudofunctions could be mimicked for do FILE .
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
¹) NB: eval is listed under "Keywords related to the control flow" ;-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: parser bug handling 'do ($foo)->{bar}' ? (more B::Deparse bugs)
by LanX (Saint) on Oct 14, 2014 at 17:07 UTC | |
|
Re^7: parser bug handling 'do ($foo)->{bar}' ?
by ysth (Canon) on Oct 14, 2014 at 17:20 UTC |