Help for this page

Select Code to Download


  1. or download this
    run ['cmd.exe', '/c', $program, $type], \$dot, ">", binary(), $out;
    # or
    run ['start', '/wait', '/b', $program, $type], \$dot, ">", binary(), $
    +out;
    
  2. or download this
    sub _as_generic {
        my($self, $type, $dot, $output) = @_;
    ...
            return do{ local $/; <$pipe> };
        }
    }