summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.win328
1 files changed, 8 insertions, 0 deletions
diff --git a/README.win32 b/README.win32
index 11e990d637..219a09622d 100644
--- a/README.win32
+++ b/README.win32
@@ -706,6 +706,14 @@ have to set the PAGER environment variable to use a specific pager.
"perldoc -f foo" will print information about the perl operator
"foo".
+One common mistake when using this port with a GUI library like C<Tk>
+is assuming that Perl's normal behavior of opening a command-line
+window will go away. This isn't the case. If you want to start a copy
+of C<perl> without opening a command-line window, use the C<wperl>
+executable built during the installation process. Usage is exactly
+the same as normal C<perl> on Win32, except that options like C<-h>
+don't work (since they need a command-line window to print to).
+
If you find bugs in perl, you can run C<perlbug> to create a
bug report (you may have to send it manually if C<perlbug> cannot
find a mailer on your system).