Perl and PHP Scrape PHP Globals

I 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).

Leave a Reply

You must be logged in to post a comment.