Language Basics Perl

while (<>) {
    print $_ >= 0 ? $_ : -$_
}