in reply to Re^3: Installing Sybase::DBlib problems
in thread Hello Word\n
That's not the way to do it. use statements are being executed at compile time, and the condition is being evaluated at runtime.
That's what the if module is for... (or use require instead of use)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Installing Sybase::DBlib problems
by wilko (Acolyte) on Nov 20, 2008 at 13:46 UTC | |
by almut (Canon) on Nov 20, 2008 at 14:01 UTC |