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: [offtopic] perl newbie frustrated

2006-07-15 Thread Malcolm J Harwood
On Thursday 13 July 2006 19:41, Philip M. Gollucci wrote: > checkout Data::Dumper; or Data::Dumper::Simple, which I much prefer. -- "Why do you always try to draw me into your little verbal fencing matches?" "Because I don't have a real sword handy." - Londo's wives in Babylon 5: Soulmates

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: