Gossamer Forum
Home : General : Perl Programming :

use lib $path ?

Quote Reply
use lib $path ?
I am trying to do something like
Code:
my $path = '/path/to/lib';
use lib $path;
but that doesn't work (Empty compile time value given to use lib ...).

Any solutions to this?

Ivan
-----
Iyengar Yoga Resources / GT Plugins
Subject Author Views Date
Thread; hot thread use lib $path ? yogi 15727 Apr 12, 2002, 5:08 AM
Post; hot thread Post deleted by Wil
Wil 15338 Apr 12, 2002, 5:14 AM
Thread; hot thread Re: [yogi] use lib $path ?
Paul 15342 Apr 12, 2002, 5:14 AM
Post; hot thread Re: [Paul] use lib $path ?
Paul 15309 Apr 12, 2002, 5:16 AM
Thread; hot thread Re: [yogi] use lib $path ?
Paul 15340 Apr 12, 2002, 5:18 AM
Thread; hot thread Re: [Paul] use lib $path ?
yogi 15371 Apr 12, 2002, 5:31 AM
Thread; hot thread Re: [yogi] use lib $path ?
Paul 15420 Apr 12, 2002, 5:37 AM
Thread; hot thread Re: [Paul] use lib $path ?
yogi 15387 Apr 12, 2002, 5:39 AM
Thread; hot thread Re: [yogi] use lib $path ?
Paul 15372 Apr 12, 2002, 5:42 AM
Thread; hot thread Re: [Paul] use lib $path ?
yogi 15305 Apr 12, 2002, 5:56 AM
Thread; hot thread Re: [yogi] use lib $path ?
yogi 15325 Apr 12, 2002, 6:04 AM
Thread; hot thread Re: [yogi] use lib $path ?
brewt 15300 Apr 12, 2002, 10:42 AM
Post; hot thread Re: [brewt] use lib $path ?
Paul 15281 Apr 12, 2002, 11:16 AM
Post; hot thread Re: [brewt] use lib $path ?
yogi 15308 Apr 17, 2002, 10:09 PM
Post; hot thread Re: [brewt] use lib $path ?
Andy 14622 Dec 2, 2003, 2:40 AM