Mailinglist Archive: opensuse (3378 mails)
| < Previous | Next > |
RE: [SLE] Perl Libraries...
- From: "Jerry Feldman" <gerry.feldman@xxxxxxxxxx>
- Date: Mon, 15 Apr 2002 17:02:41 -0400
- Message-id: <3CBB07B1.5921.24081974@localhost>
However, not all Perl installations will be the same.
find / -name \*.pl -print
Should find most perl scripts on a system (that use the .pl suffix).
On 15 Apr 2002 at 16:55, Michael Garabedian wrote:
> That was exactly what I was looking for...Thanks.
--
Jerry Feldman
Portfolio Partner Engineering
508-467-4315 http://www.testdrive.compaq.com/linux/
Compaq Computer Corp.
200 Forest Street MRO1-3/F1
Marlboro, Ma. 01752
find / -name \*.pl -print
Should find most perl scripts on a system (that use the .pl suffix).
On 15 Apr 2002 at 16:55, Michael Garabedian wrote:
> That was exactly what I was looking for...Thanks.
--
Jerry Feldman
Portfolio Partner Engineering
508-467-4315 http://www.testdrive.compaq.com/linux/
Compaq Computer Corp.
200 Forest Street MRO1-3/F1
Marlboro, Ma. 01752
| < Previous | Next > |