Advertisement

Check out our new and improved Advanced Search! We have added additional search options and the ability to save your searches.
 
Enter Keywords:
 
1 - 10 of 17(0.001 seconds)
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0
#!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 Views: 20
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: SolarisDate Answered: 04/25/2006 Views: 9
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 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 Views: 104
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 Views: 198
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 Views: 87
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 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 Views: 13
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 Views: 0
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 Views: 0