Archives for: "May 2011"

Mozilla/4.0 (compatible;)

This user agent was in the middle of many page requests in my Apache logs, requesting content referenced by link tags in the head section. After a bit of research on one of the link tag URLs, I ran this script: CodeIPS=`grep Author access_log | cut… more »

Serializing Data to Pass between Perl and PHP

The objective of this task was to determine if data serialized by PHP could be decoded by Perl. The first step was to create some serialized data. In this case, the data is being used to define an interface. An associative array was used, with the fi… more »