关于DynaLoader 的问题

哦,见笑了。现在明白了.
这又是为什么???
运行 h2xs -n Parser...
修改 [color=#0000FF]Parser.pm[/color] 为:
###################################
#!/usr/local/bin/perl
package Parser;

use 5.008007;
use strict;
use warnings;

require Exporter;
require DynaLoader;
our @ISA = qw(DynaLoader Exporter);
our %EXPORT_TAGS = ( 'all' =>