Execute a system command: Difference between revisions

Content added Content deleted
Line 999: Line 999:


my $cmd = 'ls';
my $cmd = 'ls';
my @ls = qqx/$ls/; # same thing with interpolation</lang>
my @ls = qqx/$cmd/; # same thing with interpolation</lang>


=={{header|PDP-11 Assembly}}==
=={{header|PDP-11 Assembly}}==