Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Extract subroutines from a Perl script. OR: "Only perl can parse Perl." But can it help me to do so?

by samtregar (Abbot)
on Sep 24, 2004 at 17:24 UTC ( [id://393600]=note: print w/replies, xml ) Need Help??


in reply to Extract subroutines from a Perl script. OR: "Only perl can parse Perl." But can it help me to do so?

To make a long story short, is there an easy way (module or whatever) to easily extract subroutines from a Perl script using a Perl script?

To make a long answer short, no. Perl is a context-sensitive language which defies any attempt to write a simple parser. You'll either have to settle for something simple that doesn't handle edge cases or something complex that does.

As an aside, you might be intersted in this take on "only perl can parse Perl": Chasing Shadows

-sam

  • Comment on Re: Extract subroutines from a Perl script. OR: "Only perl can parse Perl." But can it help me to do so?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (3)
As of 2024-04-24 01:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found