[newbie] Perl module

2004-07-26 Thread Poogle
Just updated to the latest f-prot and the old check-updates.sh script has been replaced by one called check-updates.pl. Upon issuing as root ./check-updates.pl I get the following error ./check-updates.pl Error: Unable to include perl module: 'HTTP::Request'. Please install this module and

Re: [newbie] Perl module

2004-07-26 Thread Raffaele BELARDI
Poogle wrote: ./check-updates.pl Error: Unable to include perl module: 'HTTP::Request'. Please install this module and try re-running this script. (Hint: man CPAN) Fatal error. Exiting... I can't take the Hint as I can't find man CPAN and I can't find the appropriate RPM which includes the

Re: [newbie] Perl module

2004-07-26 Thread Poogle
On Monday 26 Jul 2004 17:39, Raffaele BELARDI wrote: Poogle wrote: ./check-updates.pl Error: Unable to include perl module: 'HTTP::Request'. Please install this module and try re-running this script. (Hint: man CPAN) Fatal error. Exiting... I can't take the Hint as I can't find

Re: [newbie] Perl is no more...

2003-06-04 Thread Stephen Kuhn
On Tue, 2003-06-03 at 22:28, JoeHill wrote: On 03 Jun 2003 21:59:15 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: make is a strange thing to have lost - so it would seem that either the system path is mucked up or your .bash_profile is mucked up; have you tried all of this as either root

Re: [newbie] Perl is no more...

2003-06-04 Thread JoeHill
On 03 Jun 2003 22:54:22 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: If your file system is foobar'ed that bad, and you've done and fsck on that partition and it hasn't fixed any of the inodes or recovered your data and made things happy again, you might consider backing up your /home

[newbie] Perl is no more...

2003-06-03 Thread JoeHill
Seems I've gone and made my system think I no longer have perl installed, which means I can't use urpmi, run drakconf, pretty much everything is hosed. I had a hard X lockup and tried the ctrl-alt-sysreq sequence, ended up rebooting anyway. as you can see my sig is gone... anyway, when it

Re: [newbie] Perl is no more...

2003-06-03 Thread Stephen Kuhn
On Tue, 2003-06-03 at 09:41, JoeHill wrote: Seems I've gone and made my system think I no longer have perl installed, which means I can't use urpmi, run drakconf, pretty much everything is hosed. I had a hard X lockup and tried the ctrl-alt-sysreq sequence, ended up rebooting anyway. as you

Re: [newbie] Perl is no more...

2003-06-03 Thread JoeHill
On 03 Jun 2003 09:55:54 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: Check all your system paths (in /etc/profile) and your lib paths (in /etc/ld.so.conf) profile and ld.so.conf show: /usr/X11R6/bin and /usr/X11R6/lib /usr/lib/qt3/lib respectively. I show /usr/bin/perl5 and

Re: [newbie] Perl is no more...

2003-06-03 Thread Stephen Kuhn
On Tue, 2003-06-03 at 10:17, JoeHill wrote: profile and ld.so.conf show: /usr/X11R6/bin and /usr/X11R6/lib /usr/lib/qt3/lib respectively. I show /usr/bin/perl5 and /usr/lib/perl5, so I know it's still there. I tried rpm -e --nodeps perl then reinstalled, then ldconfig again, still

Re: [newbie] Perl is no more...

2003-06-03 Thread JoeHill
On 03 Jun 2003 10:46:27 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: 1.) Don't panic. 2.) Don't panic. 3.) Don't panic. Have you done a nice clean shutdown and reboot yet? LOL, I was right all along! I did: ln -s /usr/bin/perl5 perl and it seems to be back, just a missing symlink.

Re: [newbie] Perl is no more...

2003-06-03 Thread JoeHill
On 03 Jun 2003 10:46:27 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: 1.) Don't panic. 2.) Don't panic. 3.) Don't panic. me panic? what's the worst that could happen? I reinstall the system, and since I run everything from my home dir anyway, I just gotta remember a few dependencies first,

Re: [newbie] Perl is no more...

2003-06-03 Thread eric huff
I am missing make now, but I don't know what to symlink it to. do you know what the make command usually links with? Is this what you mean? [EMAIL PROTECTED] cvs]$ whereis make make: /usr/bin/make /usr/share/man/man1/make.1.bz2 [EMAIL PROTECTED] cvs]$ which make /usr/bin/make [EMAIL

Re: [newbie] Perl is no more...

2003-06-03 Thread JoeHill
On Mon, 2 Jun 2003 23:15:11 -0700 eric huff [EMAIL PROTECTED] uttered: make it baby! but link it to what? [EMAIL PROTECTED]:/home/joehill$whereis make make: /usr/share/man/man1/make.1.bz2 [EMAIL PROTECTED]:/home/joehill$which make which: no make in

Re: [newbie] Perl is no more...

2003-06-03 Thread eric huff
so it's installed, but I need to know what /usr/bin/make linked to. It would have either been a shell script or symlink...what does yours look like? vi /usr/bin/make or whatever thanks! [EMAIL PROTECTED] bin]$ ll /usr/bin/make -rwxr-xr-x1 root root 132568 Jan 2 03:54

Re: [newbie] Perl is no more...

2003-06-03 Thread JoeHill
On 03 Jun 2003 21:59:15 +1000 Stephen Kuhn [EMAIL PROTECTED] uttered: make is a strange thing to have lost - so it would seem that either the system path is mucked up or your .bash_profile is mucked up; have you tried all of this as either root or a different user? no mate, it's *gone*, there

[newbie] Perl Script in Background

2003-05-27 Thread Cody Harris
How do i tell a script (perl script) to start in the background and stay running? -Cody Harris ++ | Linux Rox My Sox! | | Check out HCHS! | | http://vectec.net | ++--+ | Proud to use Mandrake Linux 8.1 as a server. | | Not

Re: [newbie] Perl Script in Background

2003-05-27 Thread Stephen Kuhn
On Wed, 2003-05-28 at 10:40, Cody Harris wrote: How do i tell a script (perl script) to start in the background and stay running? -Cody Harris For instance: perl /usr/local/bin/rdf.pl -- Wed May 28 11:20:01 EST 2003 11:20:01 up 13:53, 3 users, load average: 0.32, 0.29, 0.29

Re: [newbie] Perl Script in Background

2003-05-27 Thread Jan Wilson
* Cody Harris [EMAIL PROTECTED] [030527 19:15]: How do i tell a script (perl script) to start in the background and stay running? If you are running it from the command line, put a space and an ampersand after the name of the Perl script, like: myscript -- Jan Wilson, SysAdmin

Re: [newbie] Perl Script in Background

2003-05-27 Thread Rob Blomquist
On Tuesday 27 May 2003 05:40 pm, Cody Harris wrote: How do i tell a script (perl script) to start in the background and stay running? At the command line, starting a file with a ending will make it run in background. As in ./setiathome . I hope that helps. -- Linux: For the people, by the

[newbie] perl cgi problem

2002-11-19 Thread L.V.Gandhi
Tripod site doesn't allow send mail. Instead they have module TripodMail using which mails can be sent. As they have explained I used the module and wrote the script. Script is as follows. # Mail Option require TripodMail; $MAIL = new TripodMail; if ($mail eq '1') { #mail to self

Re: [newbie] Perl modules

2002-10-17 Thread robin
Gary Armstrong wrote: Disclaimer = Brand new to linux I was looking to do some CGI work. Perl's CGI module doesn't appear to be resident(MD9). I'm a little confused because I thought CGI::* and CGI.pm were part of Perl's base release since 5.6 and this is 5.8. Anyway, I was wondering

[newbie] Perl modules

2002-10-16 Thread Gary Armstrong
Disclaimer = Brand new to linux I was looking to do some CGI work. Perl's CGI module doesn't appear to be resident(MD9). I'm a little confused because I thought CGI::* and CGI.pm were part of Perl's base release since 5.6 and this is 5.8. Anyway, I was wondering if: 1) I'm missing something?

RE: [newbie] perl question.

2002-08-11 Thread frankie
Cc: [EMAIL PROTECTED] Subject: Re: [newbie] perl question. Hi, I think you want to use URI-new_abs instead of URI-abs. But it depends on whether all addresses have the same common base that you want to change. HTH Moshe * frankie [EMAIL PROTECTED] [020807 21:54]: thanks I got that bit

[newbie] Perl Script

2002-07-16 Thread Leonard W. Miller
Can somebody tell my why this doesn't work? #!/usr/bin/perl for($x = 1; $x 255; $x++) { snmpwalk 172.17.16.$x public; } Thanks Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] Perl Script

2002-07-16 Thread Bill Davidson
On Tue, 16 Jul 2002 17:33:38 -0400 Leonard W. Miller [EMAIL PROTECTED] wrote: Can somebody tell my why this doesn't work? #!/usr/bin/perl for($x = 1; $x 255; $x++) { snmpwalk 172.17.16.$x public; } Thanks I'm just learning perl myself, but, in order to make a system call in

RE: [newbie] perl question

2002-07-14 Thread Franki
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Sunday, 14 July 2002 1:47 PM To: [EMAIL PROTECTED] Subject: [newbie] perl question I have currently just installed the newset version of mandrake on my machine and I am having so problems getting it to run. no matter

[newbie] perl question

2002-07-13 Thread freeman
I have currently just installed the newset version of mandrake on my machine and I am having so problems getting it to run. no matter what I do it tells me Forbidden You don't have permission to access /cgi-bin/search.cgi on this server. am I missing a step I have checked all the rights on

Re: [newbie] Perl

2002-07-12 Thread Anne Wilson
On Friday 12 Jul 2002 6:43 am, you wrote: Anne Wilson wrote: On Thursday 11 Jul 2002 3:02 am, you wrote: This months issue of Linux Magazine talks about Perl and scripting languages in general. Apologies for the hijack. Is Linux Magazine available here in the U.K.? Or is there a

Re: [newbie] Perl

2002-07-11 Thread John Richard Smith
Jan Wilson wrote: * John Richard Smith [EMAIL PROTECTED] [020710 16:49]: I often see reference in many situations to Pearl, but what eaxtly is it. John Assuming you mean Perl, as in the subject, and not Pearl, it is a programming language known for its ability to manipulate text

Re: [newbie] Perl

2002-07-11 Thread Jan Wilson
* John Richard Smith [EMAIL PROTECTED] [020711 07:31]: My family often say I'm too curious. I found the name interesting. I hadn't thought about man python, as it wasn't a specific programme, I hadn't thought about looking for perl there( yes I spelt it wrong) The man program looks for

Re: [newbie] Perl

2002-07-11 Thread Stephen Britton
So, It's not exclusively a linux programmers language ? The others use it too. It's better for some things like internet use perhaps ? One of the many great things about Perl is it can run just about anywhere. Perl is used on Windoze NT, Win2000, Linux. Solaris, etc. It has even been ported

Re: [newbie] Perl

2002-07-11 Thread Anne Wilson
On Thursday 11 Jul 2002 3:02 am, you wrote: This months issue of Linux Magazine talks about Perl and scripting languages in general. Apologies for the hijack. Is Linux Magazine available here in the U.K.? Or is there a web site or the possibility of subscribing? Linus Format is the

Re: [newbie] Perl

2002-07-11 Thread FemmeFatale
Anne Wilson wrote: On Thursday 11 Jul 2002 3:02 am, you wrote: This months issue of Linux Magazine talks about Perl and scripting languages in general. Apologies for the hijack. Is Linux Magazine available here in the U.K.? Or is there a web site or the possibility of

Re: [newbie] Perl

2002-07-10 Thread Stephen Britton
: John Richard Smith [EMAIL PROTECTED] To: NEWBIE 1 [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 6:10 PM Subject: [newbie] Perl I often see reference in many situations to Pearl, but what eaxtly is it. John -- John Richard Smith [EMAIL PROTECTED

Re: [newbie] Perl

2002-07-10 Thread Dan Butler
] To: [EMAIL PROTECTED] Sent: Wednesday, July 10, 2002 7:27 PM Subject: RE: [newbie] Perl John, I have to disagree. Perl may be popular but it's not the easiest scripting language to learn. I have yet to read a perl script that didn't make me shudder. Even awk is easier to read and I like awk

Re: [newbie] perl modules

2002-06-22 Thread L.V.Gandhi
I got the following Could not fetch modules/03modlist.data.gz Warning: Cannot install IO::Socket::SSL, don't know what it is. Try the command i /IO::Socket::SSL/ to find objects with matching identifiers. cpan q Lockfile removed. [root@localhost lvgandhi]# perl -MCPAN -e shell cpan shell

[newbie] perl modules

2002-06-21 Thread L.V.Gandhi
I wanted to install YoSucker for getting yahoo mails. It needs the following perl modules and some are missing in my system as shown below [lvgandhi@localhost utils]$ ./CheckModules Module IO::Socket: Found. Module IO::Socket::SSL: Missing. Module MIME::Base64: Found. Module Term::ReadKey:

Re: [newbie] perl modules

2002-06-21 Thread Alastair Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 21 June 2002 3:27 am, L.V.Gandhi wrote: I wanted to install YoSucker for getting yahoo mails. It needs the following perl modules and some are missing in my system as shown below [lvgandhi@localhost utils]$ ./CheckModules Module

RE: [newbie] perl modules

2002-06-21 Thread Myers, Dennis R NWO
Title: RE: [newbie] perl modules -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of L.V.Gandhi Sent: Thursday, June 20, 2002 9:27 PM To: [EMAIL PROTECTED] Subject: [newbie] perl modules I wanted to install YoSucker for getting yahoo mails. It needs

Re: [newbie] perl modules

2002-06-21 Thread robin
Alastair Scott wrote: I ran into the same problem in another situation ... and Perl has a brilliant solution called CPAN. In effect it's a bit like apt-get or urpmi; it goes away and finds the missing Perl module _and all dependencies_ then builds everything. I agree, CPAN is awesome.

[newbie] Perl

2002-02-18 Thread Tonton
How do I use perl programming language in linux? __ www.edsamail.com Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com

Re: [newbie] Perl

2002-02-18 Thread Dave Sherman
On Mon, 2002-02-18 at 05:54, Tonton wrote: How do I use perl programming language in linux? In a console, 'man perl' (without the quotes). I know this is a newbie list, but don't people even bother reading documentation anymore? Even a Windows user should know enough to check the readme's...

Re: [newbie] Perl

2002-02-18 Thread Robin Turner
On Monday 18 February 2002 13:54, Tonton wrote: How do I use perl programming language in linux? Can you be a bit more specific? For example, are you a Perl programmer who wants to know if there are any Linux-specific factors? Are you a Linux user who wants to learn Perl? Robin -- Never

Re: [newbie] Perl

2002-02-18 Thread daRcmaTTeR
On Mon, 18 Feb 2002 19:54:00 +0800 Tonton [EMAIL PROTECTED] studiouisly spake these words to ponder: How do I use perl programming language in linux? I'm not trying to be rude here but you may have phrased the question a bit differently. I think I know what you're asking for, but they way

[newbie] Perl error 403, Forbidden

2002-02-06 Thread Jesse Angell
When trying to use Newspro, a perl script, I get the following error trying to access it Forbidden You don't have permission to access /redbaronslife/newspro/newspro.cgi on this server. I tried chmoding the whole directory 777 and it doesnt work, and I also tried chmoding /usr/bin/perl 777 and

[newbie] Perl Error HELP

2002-02-06 Thread Jesse Angell
When trying to use Newspro, a perl script, I get the following error trying to access it Forbidden You don't have permission to access /redbaronslife/newspro/newspro.cgi on this server. I tried chmoding the whole directory 777 and it doesnt work, and I also tried chmoding /usr/bin/perl 777

Re: [newbie] Perl error 403, Forbidden

2002-02-06 Thread Miark
file itself. Miark - Original Message - From: Jesse Angell [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, February 06, 2002 3:19 PM Subject: [newbie] Perl error 403, Forbidden When trying to use Newspro, a perl script, I get the following error trying to access it Forbidden

[newbie] Perl Classes in NYC [OT]

2002-02-06 Thread Paul Rodríguez
Please forgive me, but I wanted to let you all know of some classes that I'm involved with offering in New York City. I'm involved with a volunteer Linux organization called New York Linux Scene (NYLXS) and we are offering Introduction to Perl classes starting tomorrow. Since we are a

[newbie] Perl script is not able to execute

2002-01-30 Thread Daniel Chen
Hi, I am using Mandrake 8.1 with bash shell. Today is my first time using perl script. I read from the book said if I add #!/usr/bin/perl to the first line of my perl script, I can execute the script by just typing the name of the script into the command line. I have set the permission of this

Re: [newbie] Perl script is not able to execute

2002-01-30 Thread Anuerin G. Diaz
the directory containing perl was in your PATH variable while the current directory is not (its a security measure). the '#!' on the first line simply means that the file contains commands to be interpreted by the interpreter following these symbols (i think they are called magic numbers or

RE: [newbie] Perl script is not able to execute

2002-01-30 Thread FLYNN, Steve
Subject:[newbie] Perl script is not able to execute Hi, I am using Mandrake 8.1 with bash shell. Today is my first time using perl script. I read from the book said if I add #!/usr/bin/perl to the first line of my perl script, I can execute

Re: [newbie] Perl script is not able to execute

2002-01-30 Thread Anuerin G.Diaz
On Wed, 30 Jan 2002 04:41:04 -0500 Daniel Chen [EMAIL PROTECTED] revealed these words to me: Hi, Thank you for quickly answer my question, but the problem still there! Now, the bash shell gave me another wrong message: bash: /usr/bin/test.pl: no such file or directory When I put

Re: [newbie] Perl script is not able to execute

2002-01-30 Thread John Cichy
On Thursday 31 January 2002 09:19, Anuerin G.Diaz wrote: [snip] and test.pl contained in its first line the entry (without the quotes) #!/usr/bin/test.pl but when i substitute this line #!/bin/perl This is the correct first line of a perl script if perl resides in /bin. The first line of a

Re: [newbie] Perl script is not able to execute

2002-01-30 Thread Anuerin G.Diaz
On Wed, 30 Jan 2002 20:39:14 -0500 John Cichy [EMAIL PROTECTED] revealed these words to me: On Thursday 31 January 2002 09:19, Anuerin G.Diaz wrote: [snip] and test.pl contained in its first line the entry (without the quotes) #!/usr/bin/test.pl but when i substitute this line

[newbie] Perl problem

2002-01-28 Thread Robin Turner
This got bounced back to me for some reason . Every time I've tried to install a perl program/module I get the following message: Error: Unable to locate installed Perl libraries or Perl source code This despite the fact that Mandrake (8.1) seems to have installedPerl in one of the

[newbie] Perl

2001-06-15 Thread jafisher
I have created Perl programs on a FreeBSD machine and want to run them on LM 8.0. How would I do this?

[newbie] perl: warning: Setting locale failed.

2001-02-10 Thread Meph Istopheles
I've been getting this (maybe only since updated things via Mandrake Update last night -- re. my previous query): [Sat Feb 10] [meph meph]$ perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = "en_US:en", LC_ALL = (unset),

Re: [newbie] Perl error message on locale

2000-12-13 Thread Mark Weaver
Denis, Try re-installing the gedit rpm again. it appears as though when the program installed the setup process did not complete properly. That or you could hunt down the config file that this program is reading from and manualy reset the value that is causing this error. And...we who don't use

Re: [newbie] Perl error message on locale

2000-12-13 Thread Dennis Myers
On Wednesday 13 December 2000 06:03 am, you wrote: Denis, snip And...we who don't use M$ or the apps thereof don't fear the image attachment that you sent. However, in the future if you want to copy and paste something from a terminal to an email message use the "middle" mouse button to

Re: [newbie] Perl error message on locale

2000-12-13 Thread Dennis Myers
On Wednesday 13 December 2000 06:03 am, you wrote: Denis, Try re-installing the gedit rpm again. it appears as though when the program installed the setup process did not complete properly. That or you could hunt down the config file that this program is reading from and manualy reset the

Re: [newbie] Perl error message on locale

2000-12-10 Thread Doug McGarrett
At 12:05 12/10/2000 -0600, Dennis wrote: Whenever I use an editor like gedit i get the error message seen in the attached screen shot. Hope it's ok to send something like this, it's the first time i've tried and I don't know how resource intensive it might be for others to recieve. --

Re: [newbie] Perl error message on locale

2000-12-10 Thread Dennis Myers
I apologize to the list, this sort of attachment is used all the time where I work, but then that's on a LAN and outsider e-mail attachments we scan first and then read, so I didn't think hard enough about it . That said I am still looking for an answer to why the perl error message telling me to

[newbie] Perl for 7.1

2000-08-21 Thread CastleKidd
Im trying to get my perl scripts to work so I can work on the on my system instead of having to play with the upload and download on windows crap. I cant get it to execute the perl scripts though. They are called *.cgi, but I know i cant the the *.pl's working either. Can anyone help me?

Re: [newbie] Perl for 7.1

2000-08-21 Thread Michael Hatzakis
which directory are you running them from and I beleive you need to configure PERL to allow execution from specific directories. It is a security issue. It has been a while. I am getting my CGI's up and running as well and if I come across this file, I'll send you mine. Thanks, Michael On

Re: [newbie] Perl for 7.1

2000-08-21 Thread CastleKidd
I Cant get them to work in any directory, but I havnt tried all of the,. Can you tell me one that I should try it from. THanks In a message dated 08/21/2000 11:23:05 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: which directory are you running them from and I beleive you need to

Re: [newbie] Perl for 7.1

2000-08-21 Thread Paul
On Mon, 21 Aug 2000 [EMAIL PROTECTED] wrote: Im trying to get my perl scripts to work so I can work on the on my system instead of having to play with the upload and download on windows crap. I cant get it to execute the perl scripts though. They are called *.cgi, but I know i cant the the

Re: [newbie] perl terminated install

2000-06-02 Thread Aaron Zuercher
Hi Ed, I had the same problem when trying to install Mandrake 7.02 on an Athlon System. I don't know what caused it, but I think it has something to do with the length of time you take to install. My installs were also crashing during or after the partitioning segment. After the 2nd crash I

[newbie] perl terminated install

2000-06-01 Thread Edison Gica
Hi: I was reinstallating LM 7 under the 'recommended' mode and suddenly 'perl' program terminated the install for the reason that my system or whatever was not in (or does not support) 'english' mode...i just went 'HUH?'. At this point, I can still boot to Windows w/ LILO but my Linux is dead

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

Re: [newbie] perl..

1999-06-23 Thread Anonymous
If it contains the header #!/usr/bin/perl and is executable you can run it just like anything else, if not "perl filename.ext" ? i'm tired and it's hot On Wed, 23 Jun 1999, hevnsnt wrote: what is the syntax of running a perl script? -Bill