Ask a Question related to PERL Miscellaneous, Design and Development.
-
Sam #1
set a default for @INC
Hello
can I set a list of default locations to always be in the @INC so that I
don't have to add the line use lib "location" in my programs?
if so, then how?
thanks
Sam Guest
-
default '0'
hello I try to create a table with this statment CREATE TABLE referants ( id int(10) DEFAULT '0' NOT NULL auto_increment, referant char(200) NOT... -
CF 6.1 - default-err.log
On our CF 6.1 server, the \ColdFusionMX\runtime\logs\default-err.log is huge. Is it safe to delete this file, or is there a way to limit the size of... -
question about the default.mxml and Default.mxml
tomcat5.0+flex1.5 when i use the file name "default.mxml" , flex report : 1 Error found. Error D:\Project\flexsample\default.mxml 'default' is... -
Setting index.cfm as the default document??? Yes, it hasbeen added as a default document in IIS.
I am having trouble getting IIS to recognize the default index.cfm document, and I was wondering if anyone could give me some guidance. I created a... -
[PHP-DEV] Get value if set, or default
Why not augment the userland function to the following: function getd( &$sourceArray, $key, $default=null ) { if( isset( $sourceArray ) ) {... -
Andreas Kahari #2
Re: set a default for @INC
In article <3F6B31E3.2070803@austarmetro.com.au>, Sam wrote:
Set the PERLLIB or PERL5LIB environment variables to the> Hello
> can I set a list of default locations to always be in the @INC so that I
> don't have to add the line use lib "location" in my programs?
> if so, then how?
':'-separated list of directories you want to use. PERL5LIB
overrules PERLLIB. This is assuming a Unix-type system.
--
Andreas Kähäri
Andreas Kahari Guest
-
Steve Grazzini #3
Re: set a default for @INC
Sam <samj@austarmetro.com.au> wrote:
Check the FAQ:> can I set a list of default locations to always be in the @INC
> so that I don't have to add the line use lib "location" in my
> programs?
$ perldoc -q runtime
You can also reconfigure perl defining PERL_OTHERLIBDIRS.
--
Steve
Steve Grazzini Guest



Reply With Quote

