Title: running perl program
It helps to have the file chmod properly as
well..
man chmod
HTH,
Rodney
- Original Message -
From:
Mingbo_Wan
To: Zhang, Lynne C [ITS] ; [EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 10:06
PM
Subject: RE: [Perl-unix-users] runn
Title: running perl program
It helps to have the file chmod properly as
well..
man chmod
HTH,
Rodney
- Original Message -
From:
Mingbo_Wan
To: Zhang, Lynne C [ITS] ; [EMAIL PROTECTED]
Sent: Thursday, July 31, 2003 10:06
PM
Subject: RE: [Perl-unix-users] runn
Try "%perl program.pl" at the command line if using
the shebang line doesn't work.
type "which perl" to get path..
#!/usr/bin/perl <- first line of script
--- "Zhang, Lynne C [ITS]"
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> My perl program has to be run as "perl program".
> What should I do to mak
Title: running perl program
Add
#!/usr/bin/perl
to the first line of your script.
Mingbo
-Original
Message-
From: Zhang, Lynne C [ITS]
[mailto:[EMAIL PROTECTED]
Sent: Friday, August 01, 2003 1:22
AM
To:
[EMAIL PROTECTED]
Subject: [Perl-unix-users] running
perl progr
Title: running perl program
Lynne,
Did you try “#!/usr/bin/perl”
on the first line of you perl program?
Craig
-Original Message-
From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Zhang, Lynne C [ITS]
Sent: Thursday, July 31, 2003
10:22 AM
To:
[EMAIL PROTECT
Title: running perl program
Hi,
My perl program has to be run as "perl program". What should I do to make it run by just type the program name alone, like
% program. I have changed the permission of the program to be -rx-rx-rx but it didn't work alone.
Thanks,
Lynne Zhang
Hi all,
Can anyone send some examples of using shared memory with perl?
I know there are shmctl, shmget, shmwrite, etc. I would like to see
these used in practice.
Thanks,
Craig
___
Perl-Unix-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http: