diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-27 00:28:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-05-27 00:28:34 +0000 |
commit | 3958b146226a1f41d96ef1aa1e0dde87d11c5498 (patch) | |
tree | 5d00d3c47e442c5ae89229cff7122c09ce745d96 /pod/perldebtut.pod | |
parent | 36f65ada8976e23c1222137b59696bff2b63e8f6 (diff) | |
download | perl-3958b146226a1f41d96ef1aa1e0dde87d11c5498.tar.gz |
[ID 20010525.001] Pod typo nits fixed
From: lvirden@cas.org
Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
minus the perlsolaris decimation plus the
Subject: Re: [ID 20010525.001] Pod typo nits fixed
From: "Philip Newton" <Philip.Newton@gmx.net>
Date: Fri, 25 May 2001 18:05:55 +0200
Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
p4raw-id: //depot/perl@10226
Diffstat (limited to 'pod/perldebtut.pod')
-rw-r--r-- | pod/perldebtut.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldebtut.pod b/pod/perldebtut.pod index e11102e567..693e938e94 100644 --- a/pod/perldebtut.pod +++ b/pod/perldebtut.pod @@ -666,7 +666,7 @@ and there's a B<vi> interface too. You don't have to do this all on the command line, though, there are a few GUI options out there. The nice thing about these is you can wave a mouse over a -variable and a dump of it's data will appear in an appropriate window, or in a +variable and a dump of its data will appear in an appropriate window, or in a popup balloon, no more tiresome typing of 'x $varname' :-) In particular have a hunt around for the following: |