Re: [offtopic] perl newbie frustrated

2006-07-15 Thread Jonathan Vanasco
On Jul 13, 2006, at 7:41 PM, Philip M. Gollucci wrote: If anyone could please explain what I missed on the differences between ( ) array's and [ ] array's, I'd appreciate it. You want instead beginners@perl.org Or perlmonks.org , where google will index it better () is an ARRAY [] is a

Re: [offtopic] perl newbie frustrated

2006-07-15 Thread Philip M. Gollucci
Jonathan Vanasco wrote: my @real= ( 1 , [11,12,13] , 2 ,[21,22,23] ); my $ref= [1,2,3]; perl -le 'my @real= ( 1 , [11,12,13] , 2 ,[21,22,23] ); print @real;' 1ARRAY(0x804d16c)2ARRAY(0x804d244) -- Philip M. Gollucci

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-15 Thread Christine Jamison
Responses in blue (looked pretty blue in the color palette, but looks violet here): Philip M. Gollucci wrote: Embedded Perl version *v5.8.4* for *Apache/1.3.17 (Unix) mod_ssl/2.8.0 OpenSSL/0.9.6m PHP/4.3.10 mod_perl/1.25* process *27940*, running since Fri Jul 14 11:02:13 2006

Re: probem testing mod_perl post-install: mod_perl API works perfect, but CGI script renders no output

2006-07-15 Thread Philip M. Gollucci
and mod_perl CGI: #!/usr/bin/perl print Content-type: text/plain\r\n\r\n; print mod_perl (1) rules!\n; Is that the path to the SAME perl you compiled mod_perl with. Also, I didn't notice it earlier, but you probably want mod_perl-1.29 instead of 1.25. (Perl Environment from Apache::Status

svn commit: r422172 - /perl/modperl/branches/1.x/

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 00:50:26 2006 New Revision: 422172 URL: http://svn.apache.org/viewvc?rev=422172view=rev Log: set Apache-SizeLimit https://svn.apache.org/repos/asf/perl/Apache-SizeLimit/trunk Modified: perl/modperl/branches/1.x/ (props changed) Propchange:

svn commit: r422232 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-07-15 Thread autarch
Author: autarch Date: Sat Jul 15 07:20:49 2006 New Revision: 422232 URL: http://svn.apache.org/viewvc?rev=422232view=rev Log: I just like use strict to be the first thing after the package definition. Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified:

Re: svn commit: r422232 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-07-15 Thread Philip M. Gollucci
[EMAIL PROTECTED] wrote: I just like use strict to be the first thing after the package definition. HOORAY! -- Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml

svn commit: r422345 [1/2] - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:23:25 2006 New Revision: 422345 URL: http://svn.apache.org/viewvc?rev=422345view=rev Log: vain attempt at our style guidlines no functional changes. Modified: perl/modperl/branches/1.x/Makefile.PL

svn commit: r422346 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:36:41 2006 New Revision: 422346 URL: http://svn.apache.org/viewvc?rev=422346view=rev Log: add -dev to $VERSION Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm URL:

svn commit: r422357 - /perl/modperl/branches/1.x/Makefile.PL

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 20:58:11 2006 New Revision: 422357 URL: http://svn.apache.org/viewvc?rev=422357view=rev Log: sadly my editor was setup to insert spaces and not tabs so this time its an actual tab and not 4 spaces Modified: perl/modperl/branches/1.x/Makefile.PL Modified:

svn commit: r422366 - /perl/modperl/branches/1.x/MANIFEST

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:15:22 2006 New Revision: 422366 URL: http://svn.apache.org/viewvc?rev=422366view=rev Log: sort this alpha Modified: perl/modperl/branches/1.x/MANIFEST Modified: perl/modperl/branches/1.x/MANIFEST URL:

svn commit: r422372 - /perl/modperl/branches/1.x/lib/mod_perl.pm

2006-07-15 Thread pgollucci
Author: pgollucci Date: Sat Jul 15 21:31:46 2006 New Revision: 422372 URL: http://svn.apache.org/viewvc?rev=422372view=rev Log: looks like the version never got upped. 1.30_01-dev is whats in the Changes file Modified: perl/modperl/branches/1.x/lib/mod_perl.pm Modified: