Enter Keywords:
1 - 10 of 17(0.007 seconds)
Sort By:
 
#!usr/bin/perl system 'setenv NLS_LANG THAI_THAILAND.TH8TISACSII'; When I run this script I got error message like this, Can't exec "setenv: Permission denied in test.pl line 3" How can I solve...
Zones: PerlDate Answered: 04/26/1999 Rating: 7.0 Views: 0
I am trying to set my output display to a monitor connected to the SunFire V120. And I also want to be able to see the information on console on the machine connected to the serial port (ttya). ...
Zones: Solaris UnixDate Answered: 04/25/2006 Rating: 7.6 Views: 5
I'm new to Linux world.  I've dowloaded the completely new version of StarOffice 3.1 / static version.  Everything works right, but for that, I've to enter the following commands: csh setenv XPPAT...
Zones: LinuxDate Answered: 10/11/1997 Rating: 6.6 Views: 0
SetEnv PATH /SOME/PATH whether or not i include this line in httpd.conf or not, there's no difference when i prints out the environment vars from my CGI scripts.
Zones: Apache Web ServerDate Answered: 05/31/2004 Rating: 7.2 Views: 96
Hi, I would like to understand what is the the difference if i use  "export" for my environment variable compare to I use "setenv" for my environment variable. thanks
Zones: Unix SetupDate Answered: 10/23/2003 Rating: 7.6 Views: 245
I understand and have successfully implemented .htaccess in several basic applications.  (We use a commercial hosting service, so I do not have access to apache config files.) I have a perl a...
Zones: Apache Web ServerDate Answered: 01/02/2005 Rating: 8.0 Views: 77
I'm trying to automate an sql script, but I keep getting "environment variable INFORMIXSERVER must be set". When I enter "export INFORMIXSERVER=mydb" it works fine, but when I write it to a file a...
Zones: Informix, LinuxDate Answered: 03/25/2009 Rating: 7.6 Views: 0
Why command below doesn't work? Even I try qx, it also doesn't work.... #!/usr/bin/perl -w system "setenv P Hello"; print "\nEnvironment Variable P = $ENV{P}\n\n" ; Pls advice.
Zones: PerlDate Answered: 03/26/2003 Rating: 7.4 Views: 38
It appears that there is a problem using setenv in csh. If I setenv on a variable and the data value is more than some amount of predefined characters (probably 1024), I get the following error fro...
Zones: Unix Systems ProgrammingDate Answered: 01/15/1997 Rating: 6.6 Views: 11
Hi. Is it possible to change the classpath after you have started to execute a program. I need to change the class path based on the users needs. I have a GUI where the user selected what type of...
Zones: CDate Answered: 04/15/2003 Rating: 6.4 Views: 0