- or download this
#!/usr/bin/perl
use strict;
...
print "Could not load $mod. Error Message: $@\n";
}
}
- or download this
Module CGI loaded ok
Module Test::Simple loaded ok
Could not load Foo::Bomb. Error Message: Can't locate Foo/Bomb.pm in @
+INC (@INC contains: c:/strawberry/perl/lib c:/strawberry/perl/site/li
+b .) at foo.pl line 6.
Module Test::More loaded ok
- or download this
#!/usr/bin/perl
use strict;
...
print "Could not load $mod. Error Message: $@\n";
}
}
- or download this
Module CGI loaded ok
Module Test::Simple loaded ok
Could not load Foo::Bomb. Error Message: Can't locate Foo/Bomb.pm in @
+INC (@INC contains: c:/strawberry/perl/lib c:/strawberry/perl/site/li
+b .) at (eval 5) line 1.
Module Test::More loaded ok