Re: Template toolkit issue [SOLVED]

2012-05-08 Thread Lesley
us small fry who don't have the budget for a dedicated server but want to get away from the run of the mill small website hosting solutions available e.g. via godaddy, fasthosts and the like. Kind Regards Lesley -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Template toolkit issue [SOLVED] - mod_perl hosting

2012-05-07 Thread Lesley
as the first step up away from the generic hosting agreements out there. FWIW: I am currently involved in a project that uses another third party hosting arrangement; being driven down to cPanel/ftp access only is bad enough but the most heinious part of it is that the site runs Perl 5.8 - which I am pr

Re: Problem with unless statement

2012-04-28 Thread Lesley Binks
an $host = $xtra if (defined($extra)) ; because it will account for the situation where $xtra = ''; But it won't account for the situation where $xtra = ''; To be robust, you might need to check that $xtra is defined AND has something sensible in it using a regexp. Regar

Re: Problem with unless statement

2012-04-28 Thread Lesley Binks
r will be assigned the value 'localhost' only if $extra is not defined. But $extra is defined as 'mail.example.com' so $host won't be. Thus you get the appropriate warning message. Regards Lesley -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: PERL CGI, HTML and PHP

2012-04-26 Thread Lesley Binks
On Thu, Apr 26, 2012 at 08:32:29AM -0400, Mark Haney wrote: > On 04/26/2012 07:22 AM, Michael Rasmussen wrote: > > > > >Again, you haven't described why Perl can't create the same HTML the PHP > >does. > > > > > > > > Obviously, I didn't explain myself quite well enough. Let me try > again. I'

Re: Net::SMTP

2012-04-26 Thread Lesley Binks
or.org/rfc/rfc4409.txt for more info on the submission protocol. Ultimately the OP would accept that he needed to do some reading of the appropriate manual to better understand gmail's smtp system and perhaps also work on understanding at least the motivation of the submission protocol and how

Building Perl 5.8.2 for distribution

2004-01-18 Thread Holler, Lesley W
Hi all, I am current attempting to build perl for distribution at my site. I want to build perl and all modules that I need in one directory, and distribute it in another. (*NOTE I want this to do this on our dedicated compile server and therefore wish to separate build from install director

RE: Who can I tell what perl modules I have installed ?

2003-12-09 Thread Holler, Lesley W
perldoc perllocal -will show the modules YOU have installed -Wade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 1:50 PM To: [EMAIL PROTECTED] Subject: Who can I tell what perl modules I have installed ? Is there an easy way to li