Re: [newbie] Perl RPM

1999-08-10 Thread Duke16
type whereis perl - Original Message - From: Neilesh Patel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 09, 1999 9:52 PM Subject: [newbie] Perl RPM I'm trying to use Linux to develop some perl scripts. I have perl installed, I found out after looking in the installed

RE: [newbie] Perl RPM

1999-08-10 Thread Neilesh Patel
: [newbie] Perl RPM A question for Neilesh: Are you the Neilesh attending the BCIT, Electronics program? -Brandon Wong

Re: [newbie] Perl RPM

1999-08-09 Thread Dave Waddling
Neilesh Should prob. just have to use /usr/bin/perl failing that /usr/local/bin/perl Dave Waddling - Original Message - From: Neilesh Patel [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: August 9, 1999 9:52 PM Subject: [newbie] Perl RPM I'm trying to use Linux to develop some perl

Re: [newbie] Perl RPM

1999-08-09 Thread Joe
On Mon, 09 Aug 1999, you wrote: I'm trying to use Linux to develop some perl scripts. I have perl installed, I found out after looking in the installed RPM's list. However, I don't know the directory to perl and don't know how to find out where it would be. please advice. thanks neil Man

Re: [newbie] Perl RPM

1999-08-09 Thread Steve Philp
Neilesh Patel wrote: I'm trying to use Linux to develop some perl scripts. I have perl installed, I found out after looking in the installed RPM's list. However, I don't know the directory to perl and don't know how to find out where it would be. please advice. Try out a cool command that

Re: [newbie] Perl RPM

1999-08-09 Thread Steve Philp
Neilesh Patel wrote: I'm trying to use Linux to develop some perl scripts. I have perl installed, I found out after looking in the installed RPM's list. However, I don't know the directory to perl and don't know how to find out where it would be. please advice. Try out a cool command that

Re: [newbie] Perl RPM

1999-08-09 Thread brandon
A question for Neilesh: Are you the Neilesh attending the BCIT, Electronics program? -Brandon Wong

RE: [newbie] Perl RPM

1999-08-09 Thread Ken Wilson
It should be in /usr/bin Normal heading for a perl script would then be #!/usr/bin/perl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Neilesh Patel Sent: Monday, August 09, 1999 6:52 PM To: [EMAIL PROTECTED] Subject: [newbie] Perl RPM I'm