my @lines = `shellcmd args`; # list context my $line = `shellcmd args`; # scalar context