Manesh,

Perl is on Linux 7, I installed using RPMs I got from ActiveState's site
(http://www.activestate.com/Products/ActivePerl/Download.html - Linux RPM).

Here's the code:

#!/usr/bin/perl

$Incoming = <STDIN>;

print $Incoming;

print ("\n\n Hello for Test \n\n");

Perl is installed into /usr/bin - at least I think it is.  I ran the RPM
from a folder I made in root called ActiveState_Install when I downloaded
it.  There's also something that looks like an installation in
/usr/local/ActivePerl-5.6/bin - I tried using this and it did the same
thing.

Any help is appreciated - sorry for the incomplete message previously.

-John

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Manesh Rao
Sent: Friday, January 12, 2001 10:44 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [Perl-unix-users] Problems setting up ActiveState Perl...


>I'm having problems setting up ActiveState from the RPMs.  Everything seems
>to run fine, and I can even run a simple script by typing "$ perl test",
>but
>I can't get it to execute a script without including "perl" in front of it.
>I made it executable with "$ chmod +x test", but when I run it nothing
>happens (it just returns to another prompt).  Any ideas?

John,

what operating system have you installed ActiveState PERL on??

i think its meant to run only on Win32 systems. so how can you use the chmod
UNIX command??

what is the full path to your perl executable??

can you post the exact code that you are trying to execute (test) here??

pl. provide as much info as you can.

this will help you get a working solution, faster.

Manesh
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

_______________________________________________
Perl-Unix-Users mailing list. To unsubscribe go to 
http://listserv.ActiveState.com/mailman/subscribe/perl-unix-users

Reply via email to