Perl command.

abs value

Like in many other programming languages, in Perl abs returns the absolute value of its argument value. If the argument is omitted, abs uses $_.

Back to Perl.