in reply to Re^3: Why is @flds not imported?
in thread Why is @flds not imported?
but not in %INC
See require and perlvar#%25INC :
> The hash %INC contains entries for each filename included via the do, require, or use operators. The key is the filename you specified (with module names converted to pathnames), and the value is the location of the file found. The require operator uses this hash to determine whether a particular file has already been included.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Why is @flds not imported? (%INC)
by perl-diddler (Chaplain) on Sep 26, 2017 at 23:32 UTC |