Fwd: Receiving Output parameters of a sybase stored procedure

2013-01-16 Thread kavita kulkarni
More details: Procedure results from DB prompt: [23] DEV03.dfirm002.1> declare @ret_val int, @output int [23] DEV03.dfirm002.2> exec @ret_val = prcLoadTransacMove 2012, sm3, 17, 1775162844, 2, @output out [23] DEV03.dfirm002.3> select @ret_val, @output; (return status = 0) ---

Receiving Output parameters of a sybase stored procedure

2013-01-16 Thread kavita kulkarni
Hello All, I want to call a sybase stored procedure from my perl script & store the output parameter of script in a variable. Script takes 5 input parameters & has one int type output prameter. Below is part of my script. Everytime I run this, I only get output as retVal = 0 (which is return value

Re: reducing perl cpu usage

2013-01-16 Thread budi pearl
Hi Jim, On Tue, Jan 15, 2013 at 12:51 AM, Jim Gibson wrote: > > On Jan 13, 2013, at 8:22 PM, budi pearl wrote: > > > Why do you want to reduce your CPU usage? > > That may seem like a silly question (who wouldn't want to reduce their CPU > usage), but the answer to that question will affect the