Fw: Stimulus Check for Norman Kono - see offer details

2009-02-14 Thread vivaciousassets
- Forwarded Message From: Norm Kono To: vivaciousass...@yahoo.com Sent: Friday, February 13, 2009 6:21:28 PM Subject: Fw: Stimulus Check for Norman Kono - see offer details - Forwarded Message From: "bugnu...@yahoo.com" To: jenny_516313371.8013182.5...@hotofferfinder.c

perl deprecated functions and alike

2009-02-14 Thread Kevin
Could someone please direct me to some web pages where I can go through all deprecated perl functions and/or ways of writing perl script? It is not easy for me to figure out whether an on-line example is deprecated or not. I once saw: @files = <$path_to_directory> on the web and found it wo

different perl interpreter locations

2009-02-14 Thread Kevin
Hi All, I have a script that may be executed on multiple hosts. A troubling issue is that the perl interpreter on each host is installed at different location such as /opt/perl/5.8.0/bin/perl, /opt/perl/5.8.5/bin/perl, or / bin/perl. My question is: how can I make my script working on all of

Re: different perl interpreter locations

2009-02-14 Thread Keith Bawden
Hello, You should deploy the version of peel and modules that you need in the same ebb as your script in an Apollo env. Once you have done that your shebang line should look as follows: /apollo/bin/env -e envName perl This will ensure your script is deployable and portable. Regards, Keith

Re: perl deprecated functions and alike

2009-02-14 Thread John W. Krahn
Kevin wrote: Could someone please direct me to some web pages where I can go through all deprecated perl functions and/or ways of writing perl script? It is not easy for me to figure out whether an on-line example is deprecated or not. I once saw: @files = <$path_to_directory> on the web a

Re: perl deprecated functions and alike

2009-02-14 Thread Chas. Owens
On Sat, Feb 14, 2009 at 17:54, Kevin wrote: > > Could someone please direct me to some web pages where I can go through > all deprecated perl functions and/or ways of writing perl script? It is > not easy for me to figure out whether an on-line example is deprecated or > not. I once saw: > > @fi

Re: perl deprecated functions and alike

2009-02-14 Thread Chas. Owens
On Sat, Feb 14, 2009 at 18:58, John W. Krahn wrote: snip >> I searched the internet for awhile and did not find a good resource. >> Please give me a couple of links if you know. > > You search the documents that come with perl, for example: > > $ perldoc -t perlfunc | grep -B 2 deprecated snip A

Re: perl deprecated functions and alike

2009-02-14 Thread Octavian Râsnita
From: "John W. Krahn" Kevin wrote: Could someone please direct me to some web pages where I can go through all deprecated perl functions and/or ways of writing perl script? It is not easy for me to figure out whether an on-line example is deprecated or not. I once saw: @files = <$path_to_