in reply to Unsuccessfully passing arguments to a bash command
#!/usr/bin/perl my @args = ("bash","-ic","untouchable john mike bill"); system(@args); [download]