Help for this page
#!/usr/bin/perl ... my $output = qx'echo $SHELL' ; print $output ;
qx/STRING/ ‘STRING‘ A string which is (possibly) interpolated and then exe- cuted as a system command with "/bin/sh" or its equiva- lent.[...]