[libwin32] r554 committed - remove indirect object notation

0 views
Skip to first unread message

libw...@googlecode.com

unread,
Mar 4, 2011, 7:05:47 PM3/4/11
to libwin32...@googlegroups.com
Revision: 554
Author: alexc...@gmail.com
Date: Fri Mar 4 16:02:19 2011
Log: remove indirect object notation
http://code.google.com/p/libwin32/source/detail?r=554

Modified:
/trunk/Win32-Pipe/Pipe.pm

=======================================
--- /trunk/Win32-Pipe/Pipe.pm Fri Mar 4 16:01:05 2011
+++ /trunk/Win32-Pipe/Pipe.pm Fri Mar 4 16:02:19 2011
@@ -208,11 +208,11 @@

Then you need to create a server side of a named pipe:

- $Pipe = new Win32::Pipe("My Pipe Name");
+ $Pipe = Win32::Pipe->new("My Pipe Name");

or if you are going to connect to pipe that has already been created:

- $Pipe = new Win32::Pipe("\\\\server\\pipe\\My Pipe Name");
+ $Pipe = Win32::Pipe->new("\\\\server\\pipe\\My Pipe Name");

NOTE: The "\\\\server\\pipe\\" is necessary when connecting
to an existing pipe! If you are accessing the same

Reply all
Reply to author
Forward
0 new messages