stas 2003/12/19 17:53:24 Modified: src/docs/1.0/guide debug.pod Log: perl debugger 5.8 has changed some of its command letters. Revision Changes Path 1.13 +5 -0 modperl-docs/src/docs/1.0/guide/debug.pod Index: debug.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/1.0/guide/debug.pod,v retrieving revision 1.12 retrieving revision 1.13 diff -u -u -r1.12 -r1.13 --- debug.pod 31 Jul 2002 14:44:19 -0000 1.12 +++ debug.pod 20 Dec 2003 01:53:24 -0000 1.13 @@ -2339,6 +2339,11 @@ line. The breakable lines of code include a C<`:'> immediately after the line number. +Please notice that this demonstration was done before perl 5.8 was +released, which redefined some of the letters to have a different +meaning. For example C<w> was replaced with C<v>. Please see the +C<perldebug> manpage. + Now, let's take a look at the value of the C<$stuff> variable with the trusty old C<print> command:
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]