Re: POE with IO::Socket

2009-11-02 Thread Brian J. Miller
Someone Something wrote: How about threading? How hard is it? Where can I find a good tutorial? See "Starting Points" on the home page here: http://poe.perl.org/ Also note there is a mailing list specifically for POE related questions where you may get more help. -- Brian J.

Re: Problem with threaded Math::GMP

2009-04-28 Thread Brian J. Miller
orrect. Can you double check with, > perl -V And provide the output. As an aside if you are planning to only use SSH version 2 you don't need a functional Math::GMP, it is only required for version 1. Math::Pari is used for version 2. > Thanks for any help. -- Brian J. Miller End Point

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Brian J. Miller
Richard Hobson wrote: > Thanks Brian > > On Wed, 08 Apr 2009 08:37 -0400, "Brian J. Miller" >> Interesting first choice, but okay... Was there something in particular >> that you are getting hung up on? > > Yeah, the complexity of chess! I'm getting

Re: "Programming Perl" vs perldoc

2009-04-08 Thread Brian J. Miller
e when you don't know *where* to look in perldoc, but much of the information will be the same. (Any number of sites and Google can help with where to look.) > Thanks, > Richard > -- Brian J. Miller End Point Corp. http://www.endpoint.com/ br...@endpoint.com -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: remove the last paragraph tag and its contents

2009-03-17 Thread Brian J. Miller
of regex is very weak. > > HTML, particularly ugly HTML, is notoriously hard to parse with regexes. Try an HTML parsing module instead. http://search.cpan.org/perldoc?HTML::TokeParser::Simple Then you'd more than likely have to loop over the structure until you get to the end,

Re: Can anyone comment on "Sams Teach Yourself Perl in 21 Days" ?

2009-03-13 Thread Brian J. Miller
gt; preferences) a different book. > "Everything I need to know, I learned from perldoc..." ;-). If cost or location is an issue have her start with perldoc perlintro and have her work her way through the toots. -- Brian J. Miller End Point Corp. br...@endpoint.com -- To unsubscrib

Re: Perl JSON

2008-12-14 Thread Brian J. Miller
://search.cpan.org/search?query=JSON&mode=all -- Brian J. Miller End Point Corp. http://www.endpoint.com/ br...@endpoint.com -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: help with SGI::FAM

2003-04-04 Thread Brian J. Miller
> HI > > I installed the module SGI::FAM, but when I run the program monitor. for example: > > #./monitor /var/www > > this show me that error: > > Your Vendor has not defined SGI::FAM macro new at ./monitor line 6 > I have seen this before, but sorry to say was not able to fix it. It seems as F