Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Win32;
    ...
        }
    }
    $res = CloseHandle($pipehandle);
    
  2. or download this
    use strict;
    use Win32;
    ...
    #write the message and close
    my $res = WriteFile($pipehandle, $ARGV[0], length($ARGV[0]), [], [] );
    my $res = CloseHandle($pipehandle);