Help for this page
Select Code to Download
Select
or
download this
sub same_sign{ my($left, $right) =@_; (0 <=> $left) == (0<=> $right); }