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;
In reply to Re: Source-Code Analysis?
by fletcher_the_dog
in thread Source-Code Analysis?
by monsieur_champs
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |