in reply to Re^2: dealing with RUNTIME, COMPILE TIME and use lib ...
in thread dealing with RUNTIME, COMPILE TIME and use lib ...

I thought about that. But then I thought that

$version = "something from the post";

could potentially involve all sorts of complexities that you might not want to do at compile time.

It's certainly another alternative tho'.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re^3: dealing with RUNTIME, COMPILE TIME and use lib ...