in reply to Re^3: Move Perl modules to new CentOS VPS
in thread Move Perl modules to new CentOS VPS

Greetings, gsiems .

Thanks
While I have both rpm, and deb on this system (*BSD). I haven't ever had need to use but deb, and only once, a year ago.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;
  • Comment on Re^4: Move Perl modules to new CentOS VPS

Replies are listed 'Best First'.
Re^5: Move Perl modules to new CentOS VPS
by gsiems (Deacon) on Nov 09, 2013 at 20:51 UTC
    I see. I was thinking that you were moving from one CentOS system to another... my bad.