Hello,
I am trying to use LDAPS in one of my perl script and not able to get all
required modules to install.
I am doing this on Windows machine.
Can anyone share their experience if they managed to successfully install
all required modules.
Thank you,
John.
Folks,
Got a question regarding perl code in cgi script.
I am running below line of code in cgi script which doesn't work as
expected.
my $ticket = qx{echo $p4pass | p4 login -p $p4user};
Basically command has to return a ticket or error message. I keep getting
$ticket as empty.
However, if I
I am trying to write a wrapper to invoke a script which takes input from
STDIN.
I am opening a filehandle so that I can store all information returned by
invoked script.
However, it hangs when second script is waiting for user input. Input
varies from time to time.
So, I can't use open(SCRIPT,