Execute a system command: Difference between revisions

m
→‎{{header|Perl 6}}: undup declaration
(Added LFE example)
m (→‎{{header|Perl 6}}: undup declaration)
Line 1,075:
 
my $cmd = 'ls';
my @ls = qqx/$cmd/; # same thing with interpolation</lang>
 
=={{header|PDP-11 Assembly}}==
Anonymous user