Re: @INC problem with ssh

2011-04-07 Thread Dermot
On 7 April 2011 12:33, C.DeRykus wrote: > On Apr 7, 2:07 am, paik...@gmail.com (Dermot) wrote: >> On 7 April 2011 00:24, C.DeRykus wrote: >> > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: >> >> Hello All, >> >> >> I have a issue when I attempt to run a script on one host (B) that is >> >

Re: @INC problem with ssh

2011-04-07 Thread C.DeRykus
On Apr 7, 2:07 am, paik...@gmail.com (Dermot) wrote: > On 7 April 2011 00:24, C.DeRykus wrote: > > > > > > > > > > > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: > >> Hello All, > > >> I have a issue when I attempt to run a script on one host (B) that is > >> called by ssh from other host

Re: @INC problem with ssh

2011-04-07 Thread Dermot
On 7 April 2011 00:24, C.DeRykus wrote: > On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: >> Hello All, >> >> I have a issue when I attempt to run a script on one host (B) that is >> called by ssh from other host (A). >> >> On host B, I have the script in /usr/local/bin/stuff.pl. The script >

Re: @INC problem with ssh

2011-04-06 Thread C.DeRykus
On Apr 6, 7:45 am, paik...@gmail.com (Dermot) wrote: > Hello All, > > I have a issue when I attempt to run a script on one host (B) that is > called by ssh from other host (A). > > On host B, I have the script in /usr/local/bin/stuff.pl. The script > has the following near the top: > > use strict;

@INC problem with ssh

2011-04-06 Thread Dermot
Hello All, I have a issue when I attempt to run a script on one host (B) that is called by ssh from other host (A). On host B, I have the script in /usr/local/bin/stuff.pl. The script has the following near the top: use strict; use warnings; use lib qw(/etc/perl); use MyApp::Image; use MyApp::S