Help for this page

Select Code to Download


  1. or download this
    # As root
    $ /usr/bin/perl -MCPAN -e autobundle
    
  2. or download this
    $ cd /usr/ports/lang
    $ mkdir -p perl5.8/files
    ...
    > mget *
    > exit
    $ cd ..
    
  3. or download this
    $ cd /usr/ports/lang/perl5.8/
    $ make install
    </pre>
    
  4. or download this
            pkg_info -L perl-5.8.0* | grep local/bin | perl -pe 's!/usr/lo
    +cal/bin/!!'>perl_binaries.txt
    
  5. or download this
    for f in `cat perl_binaries.txt`; { 
        echo "mv /usr/local/bin/$f /usr/local/bin/$f.copy; ln -s /usr/bin/
    +$f /usr/local/bin/$f";
    }
    
  6. or download this
    cp /usr/libdata/perl/5.00503/CPAN/Config.pm /usr/local/lib/perl5/5.8.0
    +/CPAN/Config.pm
    
  7. or download this
    /usr/local/bin/perl58.copy -MCPAN -e 'install Bundle::Snapshot_Your_Na
    +me_Here' | tee perl_module_upgrade_results.txt
    
  8. or download this
    perl_module_upgrade_results.txt<code> 
                file:
                <p>
    ...
      DBD::Pg
      </pre>
    
  9. or download this
    PERL_VERSION=5.8.0
    PERL_VER=5.8.0
    ...
    PERL=/usr/local/bin/perl58.copy
    PERL_ARCH=mach
    
  10. or download this
                perl58.copy Makefile.PL
                make install POLLUTE=1
    
  11. or download this
           POLLUTE
             Release 5.005 grandfathered old global symbol names by
    ...
        </blockquote></li>
    
            <li><b>GnuPG</b>. GnuPG needed to  be patched to <code>make
    
  12. or download this
                    $img-&gt;Write(file=&gt;\*IMAGE,filename=>$filename);
    
  13. or download this
                    $img-&gt;Write(filename=>$filename);
    
  14. or download this
    diff 5.5-bare-module-list.txt 5.8-bare-module-list.txt | grep '>' | te
    +e only-in-5.5.txt | more
    
  15. or download this
    for f in `cat 5.5-bare-module-list.txt`; { echo -n "$f XXX "; perl -M$
    +f -e 1; echo; } 2>&1 | tee 5.5-use-module-failures.txt
    
  16. or download this
    diff 5.5-use-module-failures.txt 5.8-use-module-failures.txt | grep '>
    +.*XXX \w' | tee modules_broken_in_58_and_not_55.txt  | more
    
  17. or download this
    /usr/local/lib/perl5/5.8.0/CGI/Carp.pm
    /usr/local/lib/perl5/site_perl/5.8.0/CGI/Carp.pm
    
  18. or download this
    cp /usr/local/lib/perl5/5.8.0/CGI/Carp.pm /usr/local/lib/perl5/site_pe
    +rl/5.8.0/CGI/Carp.pm
    
  19. or download this
    use CGI qw(param);
    # ....
    print popup_menu(-name=>'foo',values=>[0,1]);
    
  20. or download this
     Undefined subroutine &Sumsault::CgiDB::popup_menu called at
  21. or download this
              ls -l /usr/bin/{perl,suidperl,perl5*,sperl*}
    
  22. or download this
    /usr/local/bin/use.perl port
    
  23. or download this
    for f in `cat perl_binaries.txt`; { echo "mv /usr/local/bin/$f.copy /u
    +sr/local/bin/$f; "; }
    
  24. or download this
    locate 'httpd-error_log' | grep -v '\.' | xargs tail -50 | egrep -v \ 
    'does not exist|script not found|invalidate|authentication failure|una
    +ble to include|commit ineffective|uninitialized value|explicit discon
    +nect' | more
    
  25. or download this
            /usr/local/bin/use.perl system