in reply to Re: Compilation failed
in thread Compilation failed
sorry, I am a beginner in using perl -d, so it needs a little time to give you the answer (and howto find out the line, where this perl programm is asking for URI.pm). Because i do not use this module direct. I use the following modules:my $max_tasks=3; my $pid=fork(); if ($t_counter >= $max_tasks) { waitpid(-1,0); } $t_counter++; ...
use strict; use Time::Out qw(timeout); use IPC::Open3; use Log::Log4perl qw(:easy); use Date::Format; use Config::General; use DBI;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Compilation failed
by tpais (Novice) on Dec 11, 2007 at 10:32 UTC |