Re: HTML::TokeParser/Parsing problem

2002-11-25 Thread Bob Rasey
On Mon, 2002-11-25 at 11:30, Jeff 'japhy' Pinyan wrote: On Nov 24, sulfericacid said: use LWP::Simple use HTML::TokeParser You're missing semi-colons after those two 'use' statement.s And while you're at it: $username =~ s/e/u/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: accessing access

2002-11-20 Thread Bob Rasey
On Wed, 2002-11-20 at 08:04, Jerry Preston wrote: for the code: my $dbh = DBI-connect( dbi::ODBC:pfawtbls.mdb, , , ) or die ^ extemporaneous colon, no? Bob Rasey -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: best text/best perl version for beginning perl?

2002-11-05 Thread Bob Rasey
resource, and I use Perl on a daily basis, for everything from building a central logging facility for NT event logs, to parsing quake log files to taking out my trash for me. I can't say I know any other beginning texts, but I sure can vouch for the Llama! Bob Rasey -- To unsubscribe, e-mail: [EMAIL

RE: LOCALTIME question

2002-10-22 Thread Bob Rasey
On Tue, 2002-10-22 at 16:25, Goodman Kristi - kgoodm wrote: LocalTime:Tue Oct 22 20:18:31 2002 Net Time: Current time at \\kgoodm is 10/22/2002 3:18 PM Since minutes are different too, I would suspect software and system clocks aren't sync'ed. ..02 Bob Rasey -- To unsubscribe, e

RE: iterating over the contents of a directory

2002-05-29 Thread Bob Rasey
What about $File::Find::name in File::Find? Bob Rasey On Wed, 2002-05-29 at 10:44, Shishir K. Singh wrote: don't think there is a way to get the full [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: Send mail Question on NT

2002-05-23 Thread Bob Rasey
On Thu, 2002-05-23 at 05:18, Jackson, Harry wrote: I have tried the above code and got no joy whatsoever. I am getting the error Can't call method mail on an undefined value at H:\Perl\testing\mail.pl line 13. I have had a hunt around google and had little success. I have tried the