Re: [perl implemn] Re: history of remotely issued CLI programs and related info

2011-10-28 Thread p sena
Actually the password is needed for the program which runs on machineB (progB). Well, we can prompt for passwd when the first program (progA) runs on machineA and then pass it to the progB. But in this method we will have to pass it as cli option to machineB prog which I do not want to. Hence

Re: [perl implemn] Re: history of remotely issued CLI programs and related info

2011-10-27 Thread p sena
What I did is, removed the facility of taking passwords as CLI options totally. I just have to prompt for it and user will supply it in the prompt. So I construct the command in machineA and push that command to machineB via ssh. Then machineB actually run one program and from it exec's another

[perl implemn] Re: history of remotely issued CLI programs and related info

2011-10-22 Thread p sena
Adding to the original below. Even of in the history it doesn't show up depending on the setup type. But it will definitely show up in the 'ps aux |grep command_name' output. So this command having some where option value as '--passwd someabcxyz' and run in machineB how will it be done in a

RE: regex like option *values*

2011-03-04 Thread p sena
__DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[70,001].set.in --- It should work for lists of ranges, and ranges of

RE: regex like option *values*

2011-03-04 Thread p sena
__DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[70,001].set.in --- It should work for lists of ranges, and ranges

RE: regex like option *values*

2011-03-03 Thread p sena
__DATA__ abc0[1-9].ctr.[pad,spd].set.in abc[01-22].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[pad,spd].set.in abcL[1,2,3].ctr.[70,001].set.in --- It should work for lists of ranges, and ranges of strings as well

regex like option *values*

2011-03-02 Thread p sena
Hi, I want to use option and values like:- --option_name abc0[1-9].ctr.{pad,spd}.set.in or --option_name abc[01-22].ctr.{pad,spd}.set.in or --option_name abcL{1,2,3}.ctr.{pad,spd}.set.in or --option_name abcL[1,2,3].ctr.{pad,spd}.set.in or --option_name abcL{1,2,3}.ctr.{70,001}.set.in etc

open -| issue

2010-10-21 Thread p sena
I have an issue seen from the below piece of code i a program- In some iteration below code is there in a program skip open OUT, '-|', 'program001.pl', '--field=4,5', '--match=3,80', --host=$host or die Couldn't run program001.pl: $!; ## if some print of $? $?8 done

Re: .pl to DLL creation

2010-03-24 Thread p sena
could this be solved by converting the .pl to an exe. --- On Wed, 3/24/10, Kprasad kpra...@aptaracorp.com wrote: From: Kprasad kpra...@aptaracorp.com Subject: .pl to DLL creation To: perl-win32-users@listserv.ActiveState.com Date: Wednesday, March 24, 2010, 11:09 AM Hi All   Could anyone

long lasting command execution from cgi

2008-12-04 Thread p sena
Hi, I wonder whether I can query on Unix Perl here. However I would appreciate if someone please try to shed some light on- I want to execute a command/program almost 160-200 times supplying it set of arguments each time and will gather the output so that I can display all of them in the

query on dynamic

2008-12-02 Thread p sena
Hi, Could someone pls explain me behind the hood thing for -- $x = 041 $y = 12 then $z = $x + $y, how this comes to be numeric addition. This will also be seen for any number of those initial zeros in $x and may also exist in similar way in $y too. I believe this comes for dynamic languages

Re: Reading hash arrays in the order it was written

2008-11-19 Thread p sena
Hi, I think the key's of the midtlinfo hash are not seen/get in the order you have populated it before, if iam not wrong. If so then a customized compare func could applied (on same terms when ordering by certain columns from tbl was done) while reading from the hash. Cheers/ --- On Wed,

Re: info on Perl IDE and debugger in WindowsXP

2008-09-24 Thread p sena
Thanks everybody. I opted for vim and plain debugger in my XP. Works great for me;) Regards Thanks Prabir Senapati mailto: [EMAIL PROTECTED] --- On Tue, 9/23/08, Mary [EMAIL PROTECTED] wrote: From: Mary [EMAIL PROTECTED] Subject: Re: info on Perl IDE and debugger in WindowsXP To:

info on Perl IDE and debugger in WindowsXP

2008-09-23 Thread p sena
Hi All, Could someone please suggest me the good Perl IDE for Windows XP and a debugger to use. I have been using same for long time in Unix OS's and have been sticking to it, untill now on a specific work demand. Cheers. Regards Thanks Prabir Senapati mailto: [EMAIL PROTECTED]