Luke Palmer:
# sub myint($x) { my $i = int $x; $i == $x ? $x : $i }

sub myint($x) { int $x // $x }  #assuming it returned undef

--Brent Dax <[EMAIL PROTECTED]>
@roles=map {"Parrot $_"} qw(embedding regexen Configure)

blink:  Text blinks (alternates between visible and invisible).
Conforming user agents are not required to support this value.
    --The W3C CSS-2 Specification

Reply via email to