System Functions Perl

$s = -5;
print "The absolute value of $s = ", abs $s;