Re: Controlling one process depending on the status of another

2010-03-06 Thread Jeremiah Foster
On Mar 5, 2010, at 20:22, Bob McConnell wrote: > From: Jay Savage >> On Wed, Mar 3, 2010 at 8:28 AM, Bob McConnell wrote: >> [snip] >>> >>> However, if the application is this complex, is Perl really the best >>> language to use? It would not be my first choice. >> >> That is a very strange st

Re: Can anybody explain me what this shebang line is doing?

2010-03-06 Thread Peter Scott
On Fri, 05 Mar 2010 11:42:34 -0500, Jay Savage wrote: > On Thu, Mar 4, 2010 at 2:12 PM, YAPH > wrote: > >> I got a perl script that begins like this. >> >> >> #!/usr/bin/sh -- # -*- perl -*- >> >> eval 'ORACLE_HOME=/opt/oracle; export ORACLE_HOME;LD_LIBRARY_PATH=/opt/ >> oracle/lib; export LD_L

Re: Strawberry Perl capabilities?

2010-03-06 Thread Ron Bergin
On Mar 5, 4:39 pm, dpchr...@holgerdanske.com (David Christensen) wrote: > Shlomi Fish wrote: > > Actually, Strawberry Perl is preferable over AS Perl: > >http://strawberryperl.com/ Shlomi, If using AS, then simply install MinGW which gives you the missing compiler and proper cpan setup. After th

Re: Strawberry Perl capabilities?

2010-03-06 Thread Ron Bergin
On Mar 6, 10:38 am, r...@i.frys.com (Ron Bergin) wrote: > If using AS, then simply install MinGW which gives you the missing > compiler and proper cpan setup.  After that, AFAIK you'll have the > same functionality as Strawberry. > > http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Su

Re: Can anybody explain me what this shebang line is doing?

2010-03-06 Thread Jay Savage
On Sat, Mar 6, 2010 at 8:39 AM, Peter Scott wrote: > On Fri, 05 Mar 2010 11:42:34 -0500, Jay Savage wrote: > >> On Thu, Mar 4, 2010 at 2:12 PM, YAPH >> wrote: >> >>> I got a perl script that begins like this. >>> >>> >>> #!/usr/bin/sh -- # -*- perl -*- >>> >>> eval 'ORACLE_HOME=/opt/oracle; expor