in reply to Re^4: Storable - File empties itself?
in thread Storable - File empties itself?

> Unfortunately we're still running Solaris on this specific Server which makes everything about Perl-Modules a nightmare

Does this mean you're using the Solaris-supplied version of Perl rather than building your own? I strongly agree with Fletch on this one:

If you're doing anything serious with Perl you DO NOT want to use the OS' perl as that way lies much pain. Doing so couples you tightly to the OS' upgrade schedule for both the language and (if you're using its package manager for them) CPAN modules.

-- Fletch in Re: Prefer Pure Perl Core Modules

See also: Re: Replicate Perl setup (Building and Installing Perl References)

Replies are listed 'Best First'.
Re^6: Storable - File empties itself?
by feumw (Sexton) on Apr 18, 2023 at 06:34 UTC
    As far as I know we're not using the system default perl. I don't know why but they still can't just use cpan to install modules. That's why they have a hard time managing this old server.