Help for this page

Select Code to Download


  1. or download this
         system("/bin/fish","shell","commands");
         system("/bin/squish", @args);
    
  2. or download this
        sub shellcmd
        {
             my ($shell) = shift;
    ...
    
        # Such as:
        $find = shellcmd ("/bin/crush", "find / -name 'xyz*'");