Operating System - HP-UX
1834202 Members
2584 Online
110066 Solutions
New Discussion

Error using PERL open_proc

 
Enrico Venturi
Super Advisor

Error using PERL open_proc

Hello colleagues,
I'm using the open_proc function of Comm.pl
but I get the following error:


my($out) = gensym();
$out = open_proc('/usr/contrib/bin/gzip -c $currFile');


DB<7> n
Remotizer doesn't contain an __DATA__ token at /alcatel/Kernel/lib/lib_perl/Remotizer.pm line 1440
Carp::croak('Remotizer doesn\'t contain an __DATA__ token') called at /usr/local/lib/perl5/5.00503/SelfLoader.pm line 45
SelfLoader::_load_stubs('SelfLoader', undef) called at /usr/local/lib/perl5/5.00503/SelfLoader.pm line 19
SelfLoader::AUTOLOAD('/usr/contrib/bin/gzip -c $currFile') called at /alcatel/Kernel/lib/lib_perl/Remotizer.pm line 1440
Remotizer::RemoteCopy('/tmp/y', 'h3grm2:/tmp/db.sav', 'snml', 'dba', 0777, 'compress') called at ./xxx line 83
Debugged program terminated. Use q to quit or R to restart,
use O inhibit_exit to avoid stopping after program termination,
h q, h R or h O to get additional info.
DB<7>