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 Atlys;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem pushing into @INC
by derby (Abbot) on Jul 08, 2003 at 19:22 UTC | |
by chip (Curate) on Jul 08, 2003 at 19:32 UTC | |
by derby (Abbot) on Jul 08, 2003 at 19:46 UTC |