Re: starting perl

2004-05-02 Thread John W . Krahn
On Sunday 02 May 2004 19:35, [EMAIL PROTECTED] wrote: > > Just some background on my list...Those modules listed on my > signature To be a valid signature it must begin with the string "-- \n" so technically there is no signature in your postings. :-) John -- use Perl; program fulfillment -

Re: starting perl

2004-05-02 Thread WilliamGunther
>Hi William and all, Hi > >> Most Useful Perl Modules >> -strict >> -warnings >why is it everyone keeps suggesting use warnings when you could use >diagnostics and get a whole lot of more info? >I'd go for the diagnostics instead of the warnings module. Does this >have any negative side effects

Re: Setup Forwarding

2004-05-02 Thread Mike Blezien
thx's that's what I thought, just wanted to make sure :) Wiggins d'Anconia wrote: Mike Blezien wrote: Hello, Need to setup a script to read incoming email that will be addressed something like this: [EMAIL PROTECTED] these are not actual POP account or aliases, but created within a membershi

Re: Setup Forwarding

2004-05-02 Thread Wiggins d'Anconia
Mike Blezien wrote: Hello, Need to setup a script to read incoming email that will be addressed something like this: [EMAIL PROTECTED] these are not actual POP account or aliases, but created within a membership system that will create a email address with their username and "mydomain.com" Se

Setup Forwarding

2004-05-02 Thread Mike Blezien
Hello, Need to setup a script to read incoming email that will be addressed something like this: [EMAIL PROTECTED] these are not actual POP account or aliases, but created within a membership system that will create a email address with their username and "mydomain.com" Server Info: FreeBSD 4.

Re: starting perl

2004-05-02 Thread Jeff Westman
You need to add perl to your %PATH% or give it an explicite path name such as c:\> \perl\bin\perl -w -e "print \ "Hello, World!\n\";" JW Charlie davis <[EMAIL PROTECTED]> wrote: >From what I can remember I am running MSDOS version 6.0 (I thank) and the version of >perl is perl 5.8 But w

Re: CPAN pod2html: what does CPAN use for itself? RESOLVED

2004-05-02 Thread Michael C. Davis
At 10:30 PM 5/1/04 -0500, Michael C. Davis wrote: >Hi, I have some modules and I want to have their POD output look like CPAN >pages. Does anyone know what CPAN uses to turn a submitted module into the >web pages shown on search.cpan.org? > >The pod2html that comes with my perl distribution yields

startng perl

2004-05-02 Thread Charlie davis
Another question! When I open my dos prompt it = opens like this=20 C:\WINDOWS> would that make much different. Since it is not pointing = to the=20 Perl folder.

Re: Substitution/Regex problem

2004-05-02 Thread Cedric Godin
On Thursday 29 April 2004 10:31, Owen wrote: > I would like to replace all instances of > > @non_space_characters[non_space_characters] with > $non_space_characters[non_space_characters] > > The program below gets the first one only. How do I get the others? > > TIA > > Owen > ---

RE: starting perl

2004-05-02 Thread Charles K. Clarkson
Stephan Hochhaus <[EMAIL PROTECTED]> wrote: : : why is it everyone keeps suggesting use warnings when you : could use diagnostics and get a whole lot of more info? : I'd go for the diagnostics instead of the warnings module. : Does this have any negative side effects (besides working : towards the

Re: starting perl

2004-05-02 Thread Stephan Hochhaus
Hi William and all, Most Useful Perl Modules -strict -warnings why is it everyone keeps suggesting use warnings when you could use diagnostics and get a whole lot of more info? I'd go for the diagnostics instead of the warnings module. Does this have any negative side effects (besides working to

Re: starting perl

2004-05-02 Thread WilliamGunther
In a message dated 5/2/2004 9:08:37 AM Eastern Daylight Time, [EMAIL PROTECTED] writes: >I am a beginner here with learning perl. I have downloaded a perl program that also came >with apache and the installer to install t hem. But when I try and run the hello world >program in dos it dose not

starting perl

2004-05-02 Thread Charlie davis
I am a beginner here with learning perl. I have downloaded a perl program that also came with apache and the installer to install t hem. But when I try and run the hello world program in dos it dose not work. I am getting an error that it could not be found. anyone have any idea what I could ha