PERL interpreter

Posted by: schofiel

PERL interpreter - 30/06/2000 05:06

Anyone give me a quick point to a PERL suite binary for ARM/Linux?

One of the few remaining Mk1 owners... #00015
Posted by: schofiel

Re: PERL interpreter - 30/06/2000 05:11

Not to worry, looks like I am snow blind. I found it here.

One of the few remaining Mk1 owners... #00015
Posted by: bonzi

Re: PERL interpreter - 31/08/2000 07:34

Have you managed to get Perl to work? Any caveats? Is there a simple way to 'manually' extract stuff from .deb packages (without having full debian installed)?

Thanks!

Dragi "Bonzi" Raos
Zagreb, Croatia
Q#5196, MkII#80000376, 18GB green
Posted by: mtempsch

Re: PERL interpreter - 03/09/2000 00:03

In reply to:

Is there a simple way to 'manually' extract stuff from .deb packages (without having full debian installed)?



A .deb file is an 'ar' archive of two ordinary tar-balls,
one with data and one with control stuff. To extract the
tar-balls do 'ar -x file.deb'. Then use tar, as you would on
any other tar-ball, to dig deeper.

IIRC, there's also a deb-view.el file for emacs that lets
you use emacs to inspect .deb files and I think that the
Norton Commander clone (can't recall the name) handles .debs
too...

/Michael