Big software companies lose their minds!
http://linux.com/newsitem.phtml?sid=1&aid=12492
Linux.com corresponent Mark Miller has some
views on big software companies.
####
sub found_char {
my ($ex, $str) = @_;
if ($ex->in_element('link') &&
$ex->within_element('item')) {
print "\t\tLink: $str\n";
}
}
####
Link: http://linux.com/newsitem.phtml?sid=1
Link: &
Link: aid=12492