Perl and PHP Scrape PHP Globals
Tuesday, March 8th, 2005I posted earlier today about a Perl script I wrote called Scrape PHP Globals. It occurred to me later that since PHP implements Perl compatible regular expressions, I could rewrite the script in PHP and use the functionality more directly. So, that’s what I did! :)
In the process, I also noticed a few tiny things I could improve in both versions, so I went ahead and did that as well.
Thus, there are now two versions of Scrape PHP Globals — Perl Scrape PHP Globals (currently at version 0.2) and PHP Scrape PHP Globals (currently at version 0.1).