princepawn has asked for the wisdom of the Perl Monks concerning the following question:
that does not seem reasonable.BEGIN { $| = 1; print "1..2\n"; } END {print "not ok 1\n" unless $loaded;} use HTTP::File; $loaded = 1; print "ok 1\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how does use in make test work for a non-installed module
by takshaka (Friar) on May 27, 2000 at 02:24 UTC | |
|
Re: how does use in make test work for a non-installed module
by mikfire (Deacon) on May 27, 2000 at 00:18 UTC | |
|
Re: how does use in make test work for a non-installed module
by KM (Priest) on May 26, 2000 at 23:58 UTC |