
scribouille
Deleted
May 9, 2001, 11:57 PM
Post #1 of 3
(819 views)
|
|
require, use and global variable
|
Can't Post
|
|
Hello, I have a strnge thing with my Perl program : a global variable (using strict), an instance of a class, is not visible in certains files in ".pl". Why, please ? About requires and uses : I have to specify the total path (even with use) in my main whereas, in the biblio. files in ".pl" or in the packqge in ".pm", I have to specify the relative path (thanks to use). i don't understand why... Thank's for your help
|