Help for this page

Select Code to Download


  1. or download this
    use autouse 'This::Module';
    use autouse 'That::Module';
    
  2. or download this
    autoused module has unique import() method at autouse.pl line 5
    
  3. or download this
    use strict;
    use warnings;
    ...
    my $dds = Data::Dump::Streamer->new;
    
    $dds->Dump(%hash)->Out();
    
  4. 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.