- or download this
# As root
$ /usr/bin/perl -MCPAN -e autobundle
- or download this
$ cd /usr/ports/lang
$ mkdir -p perl5.8/files
...
> mget *
> exit
$ cd ..
- or download this
$ cd /usr/ports/lang/perl5.8/
$ make install
</pre>
- or download this
pkg_info -L perl-5.8.0* | grep local/bin | perl -pe 's!/usr/lo
+cal/bin/!!'>perl_binaries.txt
- 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";
}
- or download this
cp /usr/libdata/perl/5.00503/CPAN/Config.pm /usr/local/lib/perl5/5.8.0
+/CPAN/Config.pm
- or download this
/usr/local/bin/perl58.copy -MCPAN -e 'install Bundle::Snapshot_Your_Na
+me_Here' | tee perl_module_upgrade_results.txt
- or download this
perl_module_upgrade_results.txt<code>
file:
<p>
...
DBD::Pg
</pre>
- or download this
PERL_VERSION=5.8.0
PERL_VER=5.8.0
...
PERL=/usr/local/bin/perl58.copy
PERL_ARCH=mach
- or download this
perl58.copy Makefile.PL
make install POLLUTE=1
- 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
- or download this
$img->Write(file=>\*IMAGE,filename=>$filename);
- or download this
$img->Write(filename=>$filename);
- 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
- 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
- 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
- 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
- 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
- or download this
use CGI qw(param);
# ....
print popup_menu(-name=>'foo',values=>[0,1]);
- or download this
Undefined subroutine &Sumsault::CgiDB::popup_menu called at - or download this
ls -l /usr/bin/{perl,suidperl,perl5*,sperl*}
- or download this
/usr/local/bin/use.perl port
- or download this
for f in `cat perl_binaries.txt`; { echo "mv /usr/local/bin/$f.copy /u
+sr/local/bin/$f; "; }
- 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
- or download this
/usr/local/bin/use.perl system