Re: How will I know when I'm ready for mod_perl?

2007-11-28 Thread CraigT
ce and everyone else. Its been a great help because I live in the country outside a small town and have no community. Respectfully, craigt Perrin Harkins wrote: > > On Nov 27, 2007 9:41 AM, CraigT <[EMAIL PROTECTED]> wrote: >> I'm have strict everywhere, no global variab

How will I know when I'm ready for mod_perl?

2007-11-27 Thread CraigT
ce for any help. craigt -- View this message in context: http://www.nabble.com/How-will-I-know-when-I%27m-ready-for-mod_perl--tf4882123.html#a13971939 Sent from the mod_perl - General mailing list archive at Nabble.com.

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
That was it Perrin. Thanks alot.I appreciate the help. Craig Perrin Harkins wrote: > > On Nov 21, 2007 2:59 PM, CraigT <[EMAIL PROTECTED]> wrote: >> > Below is the way I bring the parameters across in the programs of the 2 >> > links I listed in the orig

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
age = new CGI; > > 1st link - ss.cgi > $govlevel = $page->param("ssstr"); > > 2nd link - vumenu.cgi > $params = $page->param("vmstr"); > > Craig > > Perrin Harkins wrote: > > On Nov 21, 2007 1:47 PM, CraigT <[EMAIL PROTECT

Re: Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
Perrin Harkins wrote: > > Hi Craig, > > Still having problems with this? I remember you trying to get this > going in July. > > ***Thanks for responding again Perrin. Yes I'm still at it. Since the > last time, I reworked all subroutines into stand-alone objects, as you > suggested would b

Trying To Come Up Under PerlRun

2007-11-21 Thread CraigT
I'm having trouble coming up under perlrun. I'm on a Windows XP Home platform running Apache/2.0.49 (Win32) PHP/5.1.4 mod_perl/2.0.2 Perl/v5.8.3. The entry page comes up fine. The first link I try (any link) works fine. All links after the first fail. I have confirmed that no parameters get p

Re: passing CGI paramters

2007-07-07 Thread CraigT
else that responded. CraigT Perrin Harkins wrote: > > On 7/6/07, CraigT <[EMAIL PROTECTED]> wrote: >> In this regard though, I would >> like to ask what you recommend to pass back several paramters from a sub > > The usual way to do it is to accept a list of ret

Re: passing CGI paramters

2007-07-06 Thread CraigT
  $lnks[0] Yesterday    $lnks[1] Today    $lnks[2] Tommorow vumenu.cgi?str=$govlevel~$vufiles Special Views  $lstr\n"; # Table title and links. } #ss.cgi begins here #!C:/

Re: passing CGI paramters

2007-07-06 Thread CraigT
$page = new CGI;$params = $page->param("str");)? If a subroutine needs many parameters, how would you recommend they be passed? After simply installing mod_perl, am I using the Apache embedded Perl interpreter or do I have to make the transition to PerlRun or mod_perl for this to o

Re: passing CGI paramters

2007-07-05 Thread CraigT
ting the words scope and closure helped. I know scope well although different languages implement the idea differently. I had not heard the word closure before or had not understood it as scope. CraigT Perrin Harkins wrote: > > On 7/4/07, CraigT <[EMAIL PROTECTED]> wrote: >

Re: passing CGI paramters

2007-07-04 Thread CraigT
routines in the same physical module. Maybe I'm just not really understanding what you all are say to me. CraigT David Scott-2 wrote: > > Have a look at this: > > http://www.perl.com/pub/a/2002/05/07/mod_perl.html > > Perrin is probably right that it's a closu

Re: passing CGI paramters

2007-07-04 Thread CraigT
these kinds of things off of. I've dealt with a lot of bugs over the years in a variety of languages and this one seems strange. Can you make any suggestions on how I might proceed here. The Apache 'ab' modules tells me I can improve the # of request per second that my server can serve

Re: passing CGI paramters

2007-07-03 Thread CraigT
pusa.no-ip.info/cgi-bin/m3.cgi http://steepusa.no-ip.info/perl-run/m3.cgi I use strict everywhere and all Perl variables are declared with my. I have verified that the values of the varaiables I assign to ?str in the anchors are correct in all anchor executions. Thanks again Perrin. I appreciate any he

passing CGI paramters

2007-07-01 Thread CraigT
Hello, I'm trying to bring my application up using ModPerl::PerlRun. I have anchors at places in my code like http://www.nabble.com/passing-CGI-paramters-tf4008753.html#a11384626 Sent from the mod_perl - General mailing list archive at Nabble.com.