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 th
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
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 ' output. So this command having some where option value as
'--passwd someabcxyz' and run in machineB how will it be done in a way so that
i
Hi,
This basically might not only be a programming related question but Unix one. I
am issuing commands programatically remotely by executing a program
from machineA which login to machineB and issues various commands there.
These commands issued in machineB some of them holds sensitive info
> > >> __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
> >> __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 ra
> __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
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
I have an issue seen from the below piece of code i a program-
In some iteration below code is there in a program>>
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 h
could this be solved by converting the .pl to an exe.
--- On Wed, 3/24/10, Kprasad wrote:
From: Kprasad
Subject: .pl to DLL creation
To: perl-win32-users@listserv.ActiveState.com
Date: Wednesday, March 24, 2010, 11:09 AM
Hi All
Could anyone tell me that what is process to create DLL f
Yes, just the output file to display, however that file gets created completely
after say 4-5 minutes.
Regards & Thanks Prabir Senapati mailto: [EMAIL PROTECTED]
--- On Sat, 12/6/08, Chris Wagner <[EMAIL PROTECTED]> wrote:
> From: Chris Wagner <[EMAIL PROTECTED]>
> Subject: Re: long lastin
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 brow
@listserv.ActiveState.com
> Date: Wednesday, December 3, 2008, 4:38 PM
> From: p sena <[EMAIL PROTECTED]>
> > Could someone pls explain me behind the hood thing for
> --
> > $x = "041"
> > $y = 12
> > then $z = $x + $y, how this
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 pr
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,
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
>
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]
17 matches
Mail list logo