http://qs1969.pair.com?node_id=189277


in reply to Re: Does 5.8.0 suck?
in thread Does 5.8.0 suck?

Incidently, you can change that version of Perl on FreeBSD by doing
# cd /usr/ports/lang/perl5.8.0/ # make # make test # make install # use.perl ports
That last command will set symlinks and whatnot, so that the new version is used by the system, with whatever ports are being compiled etc, and the source won't get overwritten on the next make world

Replies are listed 'Best First'.
Re: Re: Re: Does 5.8.0 suck?
by belg4mit (Prior) on Aug 18, 2002 at 09:52 UTC
    Unicode and You seems relevant, it's my recent dealings with 5.8. Outside of that arena I've not noticed a difference.

    --
    perl -pew "s/\b;([mnst])/'$1/g"