[PHP] General Information About Porting a Monolithic Perl CGI Script to PHP

2003-03-14 Thread Richard Ward
Hello, I have a ~5500 line monolithic Perl script that I distribute with my commercial application for processing forms on any Web server that supports CGI and Perl. Perl has been a wonderful platform because of its portability. However, people are now suggesting that my program also support PHP,

Re: [PHP] General Information About Porting a Monolithic Perl CGI Script to PHP

2003-03-14 Thread Ernest E Vogelsinger
At 22:26 14.03.2003, Richard Ward said: [snip] Also, from my reading, it sounds like some of the features I might need in PHP are considered extensions. For example, my Perl script makes heavy use of searching and replacing using regular expressions. I've