Re: 5.6.0 to 5.8.6 problems.

2005-02-16 Thread Ken Simon
make make test make install It probably installed the perl binary to /usr/local/bin/perl, or something similar. Do a `which perl` and find out where your current perl is (probably /usr/bin/perl), and install perl to that prefix. (ie. run ./configure --prefix='/usr'

Re: Request for regex: Strip last dash in a record

2005-02-15 Thread Ken Simon
backreference to be specifially characters that aren't -'s. -- Ken Simon -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>