Hi - you might want to consider writing a Perl script to dump all of the
linkages into the DOT graph format
http://en.wikipedia.org/wiki/DOT_language
and then creating a graph out of that.
There are several good Perl modules which interface with GraphViz, like this
one, maybe
https://metacpan.org/module/GraphViz2.
You could walk all of the files using something like
https://metacpan.org/module/File::Find::Rule
Cheers,
Mark
________________________________
From: Fraser Baker <[email protected]>
To: "Houston.pm located in Houston, TX." <[email protected]>
Sent: Sunday, September 16, 2012 10:49 AM
Subject: Re: [pm-h] Site Map
Well, I am thinking I need it to show the relationship between the numerous
files in my program, for maintenance purposes.
Seems to me that I could generate a listing of the .cgi files called from each
file, but putting that data into a site map would be a challenge.
Fraser
----- Original Message ----- From: "Todd Rinaldo" <[email protected]>
To: "Houston.pm located in Houston, TX." <[email protected]>
Sent: Saturday, September 15, 2012 9:13 PM
Subject: Re: [pm-h] Site Map
> On Fri, Sep 14, 2012 at 9:25 AM, Fraser Baker <[email protected]> wrote:
>> Forgot to ask last night, but is there a module that can create a site map
>> for an application made out of .cgi files? There are no html files in the
>> app.
>>
> I don't know but my gut would be that I suspect no. Even in a Catalyst
> application where there is presumedly more tight integration of the
> subroutines, which loosely correspond to your cgi scripts, it would
> require an algorithm to understand the logic of the script in order to
> know how they interrelate. To what end are you thinking of for a site
> map?
>
> Todd
> _______________________________________________
> Houston mailing list
> [email protected]
> http://mail.pm.org/mailman/listinfo/houston
> Website: http://houston.pm.org/
_______________________________________________
Houston mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/houston
Website: http://houston.pm.org/
_______________________________________________
Houston mailing list
[email protected]
http://mail.pm.org/mailman/listinfo/houston
Website: http://houston.pm.org/