baxy77bax has asked for the wisdom of the Perl Monks concerning the following question:
The thing is, this is running normally under Debian(perl-5.10) Debian(perl-5.8.8), Ubuntu(perl-5.10) but under CentOS(perl-5.8.8) it starts and like waiting for something to happen , like waiting for <stdin>. as soon as i comment out the line/sub1/mod2.pm Script --> ./lib/class/Main.pm /sun2/mod2.pm Script.pl use lib "./lib";
the script exits normally. what could be the problem ??use Class::Main;
baxy
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem running scripts under CentOS
by jdporter (Paladin) on Dec 14, 2011 at 18:09 UTC | |
|
Re: Problem running scripts under CentOS
by Eliya (Vicar) on Dec 14, 2011 at 18:22 UTC | |
|
Is this a BUG Re: Problem running scripts under CentOS
by baxy77bax (Deacon) on Dec 15, 2011 at 11:45 UTC |