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
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
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
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
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