my $err = ???? ; my $num = $err + 0 ; print $num ; # Will print lets say the number '1' ; print $err ; # Will print the string 'ERROR 1' ;