[mp2] Building modperl2 on mac os x?

2003-06-28 Thread Michael Chamberlain
Hi Has anyone had any success in getting modperl2 to work on mac os x? make test cd src/modules/perl make -f Makefile.modperl make[1]: Nothing to be done for `all'. /usr/bin/perl -Iblib/arch/Apache2 -Iblib/lib/Apache2 \ t/TEST -clean *** setting ulimit to allow core files ulimit -c unlimited;

Expect And Apache

2003-06-28 Thread Rasoul Hajikhani
Hello there, I am wondering how to stop Expect writting to stdout its error message? Does any one have any ideas? I appreciate all your comments. -r

require'ing data files under mod_perl

2003-06-28 Thread Peter B. Ensch
Coding in plain CGI I've often require'd files containing data in perl data-structures. The script may write to the file (via Data::Dumper for example) allowing subsequent invokations of the script to have access to the revised data. I was expecting this methodology to break under mod_perl