Re: FreeBSD 12.3-RELEASE amd64, Perl, and URI::Escape
- In reply to: David Christensen : "Re: FreeBSD 12.3-RELEASE amd64, Perl, and URI::Escape"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Feb 2022 21:24:30 UTC
pkg search 'Escape' | egrep -i 'ur(i|l)' On Mon, Feb 21, 2022 at 1:20 PM David Christensen <dpchrist@holgerdanske.com> wrote: > On 2/21/22 12:22, David Christensen wrote: > > > How do I determine what FreeBSD package contains URI::Escape? > > > Assuming no FreeBSD package, CPAN works: > > 2022-02-21 12:24:01 toor@f4 ~ > # cpan install URI::Escape > > > David > > >