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 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




RE: [newbie] Perl RPM

1999-08-10 Thread Neilesh Patel

No, I'm not attending, the BCIT electronics program. I'm a newbie, and don't
even know what that program is.

-out
neil

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of brandon
Sent: Monday, August 09, 1999 9:51 PM
To: [EMAIL PROTECTED]
Subject: Re: [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 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




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 rpm 

Joe



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 really comes in handy sometimes:

which command_name

so, for perl, do:

which perl

It'll show you all the perls in your path...

The handy part comes when you combine it with other commands, like:

file `which command`

which will tell you what kind of file command is.  Handy when you're
not sure whether it's a shell script or an binary.

-- 
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]



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 really comes in handy sometimes:

which command_name

so, for perl, do:

which perl

It'll show you all the perls in your path...

The handy part comes when you combine it with other commands, like:

file `which command`

which will tell you what kind of file command is.  Handy when you're
not sure whether it's a shell script or an binary.

-- 
Steve Philp
Network Administrator
Advance Packaging Corp.
[EMAIL PROTECTED]



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 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