#!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...
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_10136505.html
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).
...
http://www.experts-exchange.com/OS/Unix/Solaris/Q_21773193.html
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...
http://www.experts-exchange.com/OS/Linux/Q_10018425.html
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.
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_20121823.htm...
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
http://www.experts-exchange.com/Operating_Systems/Unix/Unix_Setup/Q_20770644.html
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...
http://www.experts-exchange.com/Software/Server_Software/Web_Servers/Apache/Q_21231206.htm...
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...
http://www.experts-exchange.com/Database/Informix/Q_24262880.html
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.
http://www.experts-exchange.com/Programming/Languages/Scripting/Perl/Q_20561096.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10000870.html
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...
http://www.experts-exchange.com/Programming/Languages/C/Q_20086809.html
Zones:
CDate Answered: 04/15/2003 Rating: 6.4 Views: 0