- or download this
use autouse 'This::Module';
use autouse 'That::Module';
- or download this
autoused module has unique import() method at autouse.pl line 5
- or download this
use strict;
use warnings;
...
my $dds = Data::Dump::Streamer->new;
$dds->Dump(%hash)->Out();
- or download this
Can't locate object method "new" via package "Data::Dump::Streamer" (p
+erhaps you forgot to load "Data::Dump::Streamer"?) at autouse.pl line
+ 15.