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