in reply to Source-Code Analysis?
package Dependancies; =head1 NAME Dependancies =head1 SYNOPSIS perl -MDependancies -c <PERL FILE> =head1 DESCRIPTION This module is used to see what the dependancies a script or module ha +s at COMPILE time. =cut CHECK{ while (my($file,$location)=each(%INC)) { print "$file => $location\n"; } }; 1;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Source-Code Analysis?
by rjray (Chaplain) on May 17, 2004 at 23:21 UTC | |
by drewbie (Chaplain) on May 18, 2004 at 00:24 UTC | |
by rjray (Chaplain) on May 18, 2004 at 00:27 UTC | |
by drewbie (Chaplain) on May 18, 2004 at 20:53 UTC | |
by rjray (Chaplain) on May 19, 2004 at 04:28 UTC | |
|