Search Results

Search: Posts Made By: liyakathali
1,588
Posted By liyakathali
Return multiple values using for loop in perl
I am using a for loop to copy files from say DIR1 and DIR2 to DIR3.I have to check whether files are copied from DIR1 and DIR2 and print the respective message.
@path=("$DIR1","$DIR2");
foreach...
2,569
Posted By liyakathali
How to call perl web service from javascript?
Hi,

Can you please provide me sample javascript client code to access the below server side code:

#!/usr/bin/perl
use lib '/usr/lib/perl5/5.8.8/SOAP-Lite-0.65_3/lib';
use...
3,548
Posted By liyakathali
Please find below the code: for i in `ls...
Please find below the code:

for i in `ls -lrt | sort | grep -v total | awk '{print \$NF}'` /list of files in a directory
do
for j in {1..29} #29 times the files...
3,548
Posted By liyakathali
no,same destination.
no,same destination.
2,291
Posted By liyakathali
Need explanation on Perl Fork
Hi,

I am breaking my head to understand the below line of code in perl:
next if $pid = fork; # Parent goes to next server.
die "fork failed: $!" unless defined $pid;

Can anyone...
3,548
Posted By liyakathali
SPAWN Multiple Processes in Unix
Hi,

I have three files in my IN directory.Each file should be copied 25 times using for loop.Each file processing should run in parallel?How to spawn multiple processes in unix?Any help would...
2,569
Posted By liyakathali
How to call perl web service from javascript?
Hi,

I would like to call the below perl web service from javascript .Any help would be appreciated.I am new to web services.Please do the needful.

Server Program(Perl Web Service)...
3,691
Posted By liyakathali
SOAP Client server program
Hi,
I have taken the below code from Quick Start with SOAP - Perl.com (http://www.perl.com/pub/2001/01/soap.html) and modified to my requirement.Server program runs without error.I have kept...
3,431
Posted By liyakathali
SOAP module in perl
Hi,

I have executed the below perl code to check whether SOAP module is working or not.
#!/usr/bin/perl
use SOAP::Transport::HTTP;
print "Hai";

But I got the below error message:
Can't...
1,489
Posted By liyakathali
Web Service in Perl CGI scripting
Hi,

I have a requirement to write web service in Perl CGi scripting.The web service will be called by some external programs.Any help would be appreciated.Sample hello world program will be more...
1,141
Posted By liyakathali
Perl CGI Scripting
Hi,

My below cgi script works fine from the command line but not working from the web browser.
#!/usr/bin/perl
use File::Copy;
use CGI;
print "Content-type: text/html\n\n";
print...
2,964
Posted By liyakathali
How to process multiple files parallely
Hi,

I have a requirement to process multiple files in a directory parallely.Consider the below scenario:

In a directory there are three files file1,file2 and file3.When I use for loop each...
1,131
Posted By liyakathali
problem with & command in unix
How to accomplish this.Any help would be appreciated.
1,131
Posted By liyakathali
problems with unix & command
My objective is to check the value of a variable which I will set it in the command line after sleep time mentioned in the script.I have executed my script in the background then pressed Enter.I have...
5,287
Posted By liyakathali
I am getting error message like bash: vi:...
I am getting error message like

bash: vi: command not found
5,287
Posted By liyakathali
'vi editor on CYGWIN
I tried to create a file using the command vi <filename> on CYGWIN but it is not working.Please help me with the solution.

---------- Post updated at 02:30 AM ---------- Previous update was at...
5,287
Posted By liyakathali
vi editor on CYGWIN
vi editor is not working on CYGWIN.Please let me know how to make that work as soon as possible.My work is getting delayed due to this problem.
1,225
Posted By liyakathali
Unix Commands
how to display list of files in current directory?
Showing results 1 to 18 of 18

 
All times are GMT -4. The time now is 08:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy