in reply to RE: Re: How do I get the name of the file from which the class was loaded?
in thread How do I get the name of the file from which the class was loaded?
Something more like this is gonna work a whole lot better.
Sorry for the wild goose chase.use vars qw(_Filename); _Filename = __FILE__;
-- Randal L. Schwartz, Perl hacker
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: RE: Re: How do I get the name of the file from which the class was loaded?
by Rudif (Hermit) on Oct 24, 2000 at 00:41 UTC |