Help for this page

Select Code to Download


  1. or download this
    as root:
    
    ...
      o conf commit
      install cpan
        (i.e., upgrade CPAN)
    
  2. or download this
    #!/home/thartman/perlroot/perl/bin/perl
    use strict;
    ...
    # Module::Signature causes headache, see list posts.
    system('rm -f /usr/lib/perl5/site_perl/5.8.8/Module/Signature.pm');
    die;