Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
this does not work....suggestions please?BEGIN { eval (use module_0); if ($@) { use module_1; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: conditional 'use'
by Corion (Patriarch) on Apr 29, 2010 at 18:50 UTC | |
|
Re: conditional 'use'
by thundergnat (Deacon) on Apr 29, 2010 at 19:20 UTC | |
|
Re: conditional 'use'
by ikegami (Patriarch) on Apr 29, 2010 at 19:14 UTC |