Help for this page
$example = `mount`; $example = $! if $!; print $example;
$example = `mount`; $error = $! if $!; print $example; print $error;