Help for this page

Select Code to Download


  1. or download this
        @args = ("learn.sh", "arg1", "arg2");
        system(@args) == 0
            or die "system @args failed: $?"
    
  2. or download this
    my $output = qx/learn.sh arg1 arg2/