tariqahsan has asked for the wisdom of the Perl Monks concerning the following question:
Getting the following error message -#!/apps/bin/perl $home = $ENV{"HOME"}; # User defined library BEGIN { push @INC, "$home/prod_support/scripts" }; use myLib;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem pushing into @INC
by dragonchild (Archbishop) on Jul 08, 2003 at 19:23 UTC | |
by chip (Curate) on Jul 08, 2003 at 19:33 UTC | |
|
Re: Problem pushing into @INC
by nite_man (Deacon) on Jul 09, 2003 at 06:24 UTC |