Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print "COMMAND:  $output\n";
    system($output);
    
  2. or download this
    script.pl "echo hello"
    
  3. or download this
    {C} > script.pl "echo hello"
    COMMAND:  echo hello
    hello
    
  4. or download this
    {C} > test "echo $host"
    COMMAND:  echo $host
    $host