in reply to Re: Error when using dbmopen.
in thread Error when using dbmopen.

Hi.

While it may sound naive, do you have any suggestions on how I might "clean up" my machine? Are there any files and/or folders that I should recognize as being candidates for deletion? A new, and possibly related, problem:
perl -e "use DB::File'


results in a message saying the module could not be located yet attempting to install it via ppm results in another message saying there are no missing packages to install.

Thanks.

Replies are listed 'Best First'.
Re^3: Error when using dbmopen.
by Anonymous Monk on May 05, 2013 at 09:18 UTC
    There is no module named "DB::File" to be found anywhere, it doesn't exist
      my $previous_comment =~ s/DB::File/DB_File/;


      ;)