basicdez has asked for the wisdom of the Perl Monks concerning the following question:
when I put in the following code...
I end up with this message, and I can run it from the command prompt in this directory or any other directory by typing in /opt/BIPSConnect/bin/rdes, so I am way confused.#!/usr/bin/perl-Tw use strict; exec ('/opt/BIPSConnect/bin/rdes') or print STDERR "Couldn't exec prog +ram: $!";
I am not understanding this at all./opt/BIPSConnect/bin/rdes: LD_LIBRARY_PATH=:/usr/lib:/usr/ucblib:/usr/ +openwin/lib:/usr/dt/lib:/usr/local/lib:/opt/hpnpl/lib:/p01cfg0 1/harvest/Harvest/lib:/opt/BIPSConnect/bin: is not an identifier
peace, LOVE and ((code))
basicdez
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with exec and error message I am getting.
by Fastolfe (Vicar) on Dec 21, 2001 at 03:12 UTC | |
by basicdez (Pilgrim) on Dec 26, 2001 at 23:26 UTC | |
by Fastolfe (Vicar) on Dec 28, 2001 at 01:34 UTC | |
|
Re: Help with exec and error message I am getting.
by VSarkiss (Monsignor) on Dec 21, 2001 at 03:06 UTC |