Re: [Socket Programming]: Need info for Client / Server scenario

2004-05-31 Thread James Edward Gray II
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

RE: [Socket Programming]: Need info for Client / Server scenario

2004-05-31 Thread suresh.pasupula
Hi James, Can you suggest me what this POE is? Where can I get info regarding this? Thanks and regards Suresh -Original Message- From: James Edward Gray II [mailto:[EMAIL PROTECTED] Sent: Monday, May 31, 2004 9:19 PM To: Suresh Pasupula (WT01 - EMBEDDED & PRODUCT ENGINEERING SOLUTIONS)

perl.beginners Weekly list FAQ posting

2004-05-31 Thread casey
NAME beginners-faq - FAQ for the beginners mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email address):

Re: [Socket Programming]: Need info for Client / Server scenario

2004-05-31 Thread James Edward Gray II
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 an excellent b

Re: Why didn't 'use strict' catch this error?

2004-05-31 Thread Paul Johnson
On Sun, May 30, 2004 at 04:57:36PM -0700, Rob Richardson wrote: > Greetings! > > I found the source of the "impossible error". Here are the lines that > caused it: > > my $userList = new UserList($userFile); > my $user = UserList->GetUser($logname); > > I have a "use UserList" line

automatic feed in the matrix data and solve it

2004-05-31 Thread Boon Chong Ang
Hi, I am having problem to automatic feed in the data and solve the equation. Well, datatest.txt contains the data that I need to manipulate, the script is testing_abc1.pl and Matrix.pm is the one that I download from the net and use it at the local directory since I don’t have the instal

Re: local module

2004-05-31 Thread LRMK
use test; or require test; Rakhitha Karunarathne Web Master www.Ad-Man.tk - Free Unlimited Banner Rotators - Original Message - From: "Boon Chong Ang" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sen

local module

2004-05-31 Thread Boon Chong Ang
Hi, Just say I have a module name as test.pm in a file. How do I ask perl to use that test.pm in my perl script? I know that it has something include Within the perl script itself but I just forget where I seen it before. Thank you & best regards, ABC