in reply to I nuked strict.pm. Now postgres don't want to talk to me
Was this system Perl? Is it Debian? If so: (Stack Exchange) Unix & Linux: How can I completely reinstall Perl on Debian without having functional Perl?
It sounds like that's pretty much where you are at.
In the future you may consider leaving system-Perl alone and using perlbrew or plenv. Either one of those would allow you to use a totally different install of Perl (and Perl libraries) for your own projects, and leave the system Perl alone for the system. It does turn out to be a safer "best practice".
Better yet, set up containers in the future.
Dave
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: I nuked script.pm. Now postgres don't want to talk to me
by pvaldes (Chaplain) on Apr 12, 2017 at 17:16 UTC |