Re: Users executing perl scripts

2003-12-17 Thread drieux
On Dec 17, 2003, at 6:20 AM, Paul Kraus wrote: [..] Create a symbolic link in usr/local/bin with the filename you want them to use. Of the group, paul's is the most pragmatic, IMMHO, since this can be done in the classical ln -s /opt/WidgetSnack/bin/fooBar.pl /usr/local/bin/fooBar for each of the

RE: Users executing perl scripts

2003-12-17 Thread Paul Kraus
Create a symbolic link in usr/local/bin with the filename you want them to use. > -Original Message- > From: Hemond, Steve [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 17, 2003 9:11 AM > To: [EMAIL PROTECTED] > Subject: Users executing perl scripts > > >

Re: Users executing perl scripts

2003-12-17 Thread James Edward Gray II
On Dec 17, 2003, at 8:10 AM, Hemond, Steve wrote: Hi people, I have finished some little perl scripts that gives basic infos to my users. I want to make these perl scripts available to all users (so I would probably put them in /usr/local/bin). However, my perl scripts has the .pl extension, and

RE: Users executing perl scripts

2003-12-17 Thread Steven Kreuzer
: Hemond, Steve [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 17, 2003 9:11 AM To: [EMAIL PROTECTED] Subject: Users executing perl scripts Hi people, I have finished some little perl scripts that gives basic infos to my users. I want to make these perl scripts available to all users (so I

Users executing perl scripts

2003-12-17 Thread Hemond, Steve
Hi people, I have finished some little perl scripts that gives basic infos to my users. I want to make these perl scripts available to all users (so I would probably put them in /usr/local/bin). However, my perl scripts has the .pl extension, and I would like them to keep this extension for findi