Help for this page
sub backticks { open(my $pipe, '-|', @_) ... local $/ = wantarray ? $/ : undef; <$pipe> }