Word too long specific to System/memory concern ?

2009-02-25 Thread Anisha Parveen
Hi, I have a perl script file with a statement as this $path = LD_LIBRARY_HOME=$HOME/bin; If i just change this to $path = LD_LIBRARY_HOME=$HOME/bin*:/lib:/usr/lib* ; I start getting Word too long error. On deep analysis and lots of testing , i find that this happens only on a specific

Syntax not clear

2009-02-12 Thread Anisha Parveen
Hi all, I am a newbie to Perl scripting. I have a script file, with a statement as below, which i find takes 1sec to execute. As this is called several times in the script program, this is resulting in a significant delay in the program. As i am new to the scripting language , i am unable to

Re: Syntax not clear

2009-02-12 Thread Anisha Parveen
To be noted : This delay is noted only when the program is run in Solaris machine and not in Red Hat Linux. ALso the delay is not caused by the crypt application..since it takes one second jus to enter into the main of the crypt program. On Thu, Feb 12, 2009 at 3:56 PM, Anisha Parveen

Re: Syntax not clear

2009-02-12 Thread Anisha Parveen
Hi Owens/Rob, Thanks for your help Rob and Owens. $path is actually for setting the value for an user define environment variable XYZ_PATH..it points to a lib directory (in the local machine only) *Let me try to summarize the issue:* Crypt is an application that is used to encrypt/decrypt the