e to do some kind of socket programming in perl .
>
> > Is it possible to do some kind of socket programming in perl.
>
> Yes it's very possible. Perl's socket functions are strong enough to
> build any network application you want.For the begin I suggest you
> read
On Nov 15, 2007 2:10 PM, Raan <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> Thanks for providing me useful information.
>
> Can you also tell me can i call a web service from the perl.
>
What do you mean by calling a web service from the perl?
If you want to access web pages with perl you can use LWP libs
On Nov 14, 2007 5:45 PM, Raan <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have to do some kind of socket programming in perl .
>
> Is it possible to do some kind of socket programming in perl.
>
Yes it's very possible. Perl's socket functions are strong enough to
Hi All,
I have to do some kind of socket programming in perl .
Is it possible to do some kind of socket programming in perl.
Regards,
Raan
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
[EMAIL PROTECTED] wrote:
On Aug 20, 12:12 pm, [EMAIL PROTECTED] (Saran j jegan) wrote:
Do any suggest me successful module for socket communication
in perl under windows environment and some prerequisite for it.
There are dump of modules ,which might be the best one from yours
experi
On Aug 20, 12:12 pm, [EMAIL PROTECTED] (Saran j jegan) wrote:
> Hello,
> Do any suggest me successful module for socket communication
> in perl under windows environment and some prerequisite for it.
There are dump of modules ,which might be the best one from yours
experience, will be gr
[EMAIL PROTECTED] wrote:
Do any suggest me successful module for socket communication
in perl under windows environment and some prerequisite for it.
http://search.cpan.org/search?query=socket
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe
Hello,
Do any suggest me successful module for socket communication
in perl under windows environment and some prerequisite for it.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
On May 31, 2004, at 11:10 AM, <[EMAIL PROTECTED]> wrote:
Hi James,
Can you suggest me what this POE is?
POE or Perl Object Environment is a multitasking framework.
Where can I get info regarding this?
http://poe.perl.org/
James
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
IONS)
Cc: [EMAIL PROTECTED]
Subject: Re: [Socket Programming]: Need info for Client / Server
scenario
On May 30, 2004, at 11:06 PM, <[EMAIL PROTECTED]> wrote:
> Hi,
Howdy.
> I need some good links for understanding socket programming (Client /
> Server programming).
Not a link
On May 30, 2004, at 11:06 PM, <[EMAIL PROTECTED]> wrote:
Hi,
Howdy.
I need some good links for understanding socket programming (Client /
Server programming).
Not a link specifically, but I feel I would be letting you down if I
didn't mention Network Programming with Perl. That is a
day, May 31, 2004 10:06 AM
Subject: [Socket Programming]: Need info for Client / Server scenario
Hi,
I need some good links for understanding socket programming (Client /
Server programming).
I have written some scripts for multiple clients and a server (Forking
Server).
But I am facing so
[EMAIL PROTECTED] wrote:
I need some good links for understanding socket programming (Client /
Server programming).
I have written some scripts for multiple clients and a server (Forking
Server).
But I am facing some problems - the server data has to be shared among
all the child processes
Hi,
I need some good links for understanding socket programming (Client /
Server programming).
I have written some scripts for multiple clients and a server (Forking
Server).
But I am facing some problems - the server data has to be shared among
all the child processes - does this happen
3 9:54 AM
> To: Kipp, James
> Cc: [EMAIL PROTECTED]
> Subject: Re: RE: Low Level Socket Programming
>
>
> He He,
>
> This is a dandy little one.
>
> Mark G
> - Original Message -
> From: "Kipp, James" <[EMAIL PROTECTED]>
> Date:
He He,
This is a dandy little one.
Mark G
- Original Message -
From: "Kipp, James" <[EMAIL PROTECTED]>
Date: Wednesday, July 9, 2003 7:45 am
Subject: RE: Low Level Socket Programming
> >
> > hello,
> > I have written a tcp socket server using th
>
> hello,
> I have written a tcp socket server using the Perl Cookbook
> and Use Socket. This is nice an works well. However, i want
> to write a
> server that can listen for a special packet. So i need to get down
> futher that the Perl Cookbook shows. I want to see each packet and
> be able
hello,
I have written a tcp socket server using the Perl Cookbook
and Use Socket. This is nice an works well. However, i want to write a
server that can listen for a special packet. So i need to get down
futher that the Perl Cookbook shows. I want to see each packet and
be able to look at its wi
:[EMAIL PROTECTED]
> > Sent: Sunday, June 01, 2003 6:10 PM
> > To: R. Joseph Newton
> > Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED]
> > Subject: Re: Problem running the socket programming
> >
> >
> > In that case, the path is not the cause o
; > To: R. Joseph Newton
> > Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED]
> > Subject: Re: Problem running the socket programming
> >
> >
> > In that case, the path is not the cause on why my socket program wont
> > work. I've change the fi
> -Original Message-
> From: anil adenan [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 01, 2003 6:10 PM
> To: R. Joseph Newton
> Cc: LoBue, Mark; 'Bob Showalter'; [EMAIL PROTECTED]
> Subject: Re: Problem running the socket programming
>
>
> In that c
Since I'm coming into this conversation late, can you tell me what's
wrong with the program? What kind of errors are you getting?
James
On Sunday, June 1, 2003, at 08:09 PM, anil adenan wrote:
In that case, the path is not the cause on why my socket program wont
work. I've change the first li
In that case, the path is not the cause on why my socket program wont
work. I've change the first line (the path) to the perl interpreter but
it still wont work. Below is the snippet of the code, in case I am
missing anything.
--code--
#!/usr/contrib/bin/perl -w
require 5.002;
use strict;
use So
anil adenan wrote:
> I dont understand. Where or how do we create this link ( ln -s
> /opt/perl/bin/perl /usr/bin/perl)?
No. Read again:
> The perl installation will create this link for you, BTW.
> > >
Joseph
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mai
e, Mark'; [EMAIL PROTECTED]
> > Subject: RE: Problem running the socket programming
> >
> >
> > LoBue, Mark wrote:
> > > ...
> > > On my HP-UX systems, the location of perl changed from 10.2 to 11
> > >
> > > 10.2 = /usr/local/bin/per
> -Original Message-
> From: Bob Showalter [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 30, 2003 11:08 AM
> To: 'LoBue, Mark'; [EMAIL PROTECTED]
> Subject: RE: Problem running the socket programming
>
>
> LoBue, Mark wrote:
> > ...
> > On
LoBue, Mark wrote:
> ...
> On my HP-UX systems, the location of perl changed from 10.2 to 11
>
> 10.2 = /usr/local/bin/perl
>
> 11 = /opt/perl/bin/perl
>
> And, I couldn't add a link because /opt and /usr are 2 different
> logical volumes, so, I had to change the first line of my scripts to
> po
> -Original Message-
> From: anil adenan [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 29, 2003 8:43 PM
> To: [EMAIL PROTECTED]
> Subject: Problem running the socket programming
>
>
> Hello,
> I have a socket programming that is running smoothly in
&g
>>> anil adenan <[EMAIL PROTECTED]> 30.05.2003 05:42:37 >>>
>Hello,
> I have a socket programming that is running smoothly in our clients
>HP UX version 10.20 machine. They are now migrating to a new server and
>HP UX 11.11. The problem is that the socket
Hello,
I have a socket programming that is running smoothly in our clients
HP UX version 10.20 machine. They are now migrating to a new server and
HP UX 11.11. The problem is that the socket program is now not working.
It gave the error message- perl: not found.
I've created a te
ions I've seen on Socket.pm and
everything else to do with networking in Perl, see Lincoln Stein's book,
"Network Programming with Perl" (Addison-Wesley, 2001).
To learn about socket programming in general, W. Richard Stevens' books
"TCP/IP Illustrated" and &quo
Dear Friends,
I have a small task of Doing/Running some commands on A remote Machine Using
Sockets Communication. Till Now I was not familiar with sockets. Could
anybody of You Please tell me How to get basic knowledge of SOCKET
PROGRAMING with perl.
Please Suggest me relative sites for SOCKET
32 matches
Mail list logo