in reply to Re: Switching Modules as Necessary
in thread Switching Modules as Necessary
I'd considered using a simple variable (and some AIX boxes might have a perfectly good compiler), but I wondering if there was a way of actually testing for which module was available - e.g. use Text:CSV_XS||use Text:CSV||die "no CSV module available";
Hmm... I wonder if I could do this in an eval... (scurries off to try)
Tom Melly, pm (at) cursingmaggot (stop) co (stop) ukmap{$a=1-$_/10;map{$d=$a;$e=$b=$_/20-2;map{($d,$e)=(2*$d*$e+$a,$e**2 -$d**2+$b);$c=$d**2+$e**2>4?$d=8:_}1..50;print$c}0..59;print$/}0..20
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Switching Modules as Necessary
by BrowserUk (Patriarch) on Dec 08, 2014 at 10:13 UTC |