in reply to perl capture svn stat
# Just like backticks in list context. Dies on error. my @output = capture("some_command"); [download]