in reply to Appending rather than prepending in "use lib"
use strict; use warnings; BEGIN { push @INC, '/path/foo' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Appending rather than prepending in "use lib"
by beermad (Novice) on Oct 31, 2010 at 15:14 UTC |