Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Prevent Strings From Being Interpreted As A File Handle

by Anonymous Monk
on Apr 27, 2014 at 13:56 UTC ( [id://1083995]=note: print w/replies, xml ) Need Help??


in reply to Prevent Strings From Being Interpreted As A File Handle

If I understand correctly, you're looking for all uses of _ as a name space. You are trying to do this by changing the way Perl parses the module you are working on. Of course, you could do this (at least in theory), but I am in no position to advise you on how, and you might want to contemplate the module quote at the beginning of toke.c before you go too far down this road.

Have you considered other routes to your goal? Maybe a source analysis using PPI and/or App-Ack would serve you better. Be warned that the App-Ack install may fail the first time you try it if you don't already have all the prerequisites installed. The solution, of course, is just to rerun the install.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1083995]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-03-29 06:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found