in reply to A simple library question
Update: thanks gellyfish for pointing out that this works as long as the included modules do not depend on XS components or autosplit subroutines. In that case, it would be necessary to push the architecture specific directories as well#!/usr/bin/perl -w BEGIN { push @INC, 'path'; } use strict; use modulename;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: A simple library question
by gellyfish (Monsignor) on Jul 14, 2004 at 11:21 UTC |