in reply to ((Conditional, Ternary Operator)) Specifying default and non-default values
Enjoy!my @pod = qw(HostCycle Instinet index); my %ext = ( index => 'pod' ); system "pod2html $_.".($ext{$_}?$ext{$_}:'pm')." > $_.html" foreach @p +od;
-- Casey I am a superhero.
|
|---|