On Mon, 2005-01-17 at 20:39 +0000, Ian McDonald-ONLINE wrote: > > What happens if you remove the () after "use Time::Piece" in > > your script? > > It crashes with the same "can't locate" error on "use Time::Piece", > instead of on "Time::Piece->import". I separated them out to clarify > when and why it was crashing.
Okay, so it's not about compile-time vs. run-time. And, as you pointed out off-list, I had the import call backwards -- it should be a method call, as you have it here. Not sure what to suggest next. If I remember what I did before, I'll let you know. - Perrin