Re: Win32 Registry

2003-12-22 Thread Bob X
$reg_obj->DeleteKey($sub_key_name); -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: best beginning perl book is?

2003-11-21 Thread Bob X
http://www.manning.com/Johnson/index.html -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl optimization tools

2003-11-20 Thread Bob X
SciTE has the following command, so it must have a Lint somewhere as a module. perl -MO=Lint,all -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Starting Perl

2003-11-15 Thread Bob X
"Randal L. Schwartz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Chris" == McMahon, Chris <[EMAIL PROTECTED]> writes: > > Chris> You *are* the one who wrote "Learning Perl on Win32 Systems", yes? > > I wrote the "Learning Perl" parts yes. Eric Olsen (I'm probably > manglin

Re: ActiveState 5.8.0 vs 5.8.1

2003-11-14 Thread Bob X
"Drieux" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Thursday, Nov 13, 2003, at 14:10 US/Pacific, Bob X wrote: > > > This may not have a difinitive answer. But will the modules I use for > > 5.8.0 > > work/be available with 5.

ActiveState 5.8.0 vs 5.8.1

2003-11-13 Thread Bob X
This may not have a difinitive answer. But will the modules I use for 5.8.0 work/be available with 5.8.1? Basically I am using HTML-Template and CGI-Application and those are the ones I would be worried about. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Web-based calendar script

2003-11-01 Thread Bob X
That meets NONE of the criteria you set out for in your original post. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What's the Perl driver for MSAccess?

2003-10-29 Thread Bob X
"Scott E Robinson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can anyone tell me what the Perl driver for MSAccess is called and how to > use it to read a table? > > Thanks, > > Scott > > Scott E. Robinson > SWAT Team > UTC Onsite User Support > RR-690 -- 281-654-5169 > EMB-2813N

Re: Custom rmodule with use strict;

2003-10-25 Thread Bob X
"Dan Muey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Howdy all!. > > I'm using a simpewlmmodule to get vars an dfunctions into one place. > > It works dandy except I can't have use strict in the module. > > I think it has todo with not doing my or our with teh @EXPORT and frien

Re: Is -w deprecated?

2003-09-26 Thread Bob X
"Dan Anderson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > In the book I bought, Programming Perl, by O'Reilly they say I should > use warnings instead of -w after the shebang and the perl path because > -w is deprecated. > > Is this true? Also, will use warnings; work on version

Re: Still need unlink help!! God help me.

2003-08-11 Thread Bob X
"Perlwannabe" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Still having problem with unlink. My original problem began with deleting > files from a list. I seem to have fixed the problem reading the list but > the unlink does not work. > > Here is the test script that I am workin

Re: Notetab-like Perl editor?

2003-07-28 Thread Bob X
"Zanardi2k3" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Questions about editors have been asked many times, but i'm going to be a > little more specific. > > I am in a Windows environment, and i love NotaTab. It is one of the few > tools that makes me wonder how could i ever hav

Re: IDE for Perl Development

2003-07-25 Thread Bob X
XEmacs http://www.xemacs.org SciTE http://www.scintilla.org/SciTE.html ViM http://vim.sf.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: good general programming book?

2003-02-25 Thread Bob X
"Daryl" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well your in the wrong place for language neutral advise: however, Elements > of Programming with Perl by Manning Press - gives a good grounding in the > thought process needed utilizing Perl as the language. > I am going through

Re: Help need in GUI

2003-02-25 Thread Bob X
GlacierPlease post in plain text. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Getting Perl

2003-01-23 Thread Bob X
"Beau E. Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi - > > > -Original Message- > > From: Scott Barnett [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, January 22, 2003 4:33 AM > > > > Hi All, > > > > Is there a free version of Perl that I can

Re: Network Administration and Perl

2003-01-16 Thread Bob X
"Paul Kraus" <[EMAIL PROTECTED]> wrote in message 005f01c2bc9f$8cff78d0$64fea8c0@pkrausxp">news:005f01c2bc9f$8cff78d0$64fea8c0@pkrausxp... > What are some of the ways you guys use Perl for network administration? > 1. I search an FTP site daily for updated files that I then download and use to cre

Re: No suitable installation target for package G

2003-01-12 Thread Bob X
"David Eason" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What does the error "No suitable installation target for package ..." mean? > I am using ppm 3.0.1 from perl 5.8.0 build 802. > > ppm> describe G > > Name: G > Version: 4.1 >

Re: Top Posting Preferences (was navigate the directories)

2003-01-10 Thread Bob X
"R. Joseph Newton" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Having perused a few newsgroups I would say that 99.9% of them post to the bottom of the e-mail. Question at the top...answers at the end. Bob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Perl Subroutines

2003-01-10 Thread Bob X
"Joshua Scott" <[EMAIL PROTECTED]> wrote in message 5D23931127B7EB409640001B7E8A6E32014A2AFA@PASNT32">news:5D23931127B7EB409640001B7E8A6E32014A2AFA@PASNT32... > I've created a group of Perl subroutines to handle the creation and layout > of my web pages. These subs are used when browsing to my we

Re: Looking for a perl benchmark suite

2003-01-05 Thread Bob X
"Beau E. Cox" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi - > > I can't seem to find a good benchmark suite for perl. > I looked through CPAN and found benchmarking tools, but > not a ready-to-go suite. > > I don't need anything too fancy. I have compiled