diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 12:46:26 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-22 12:46:26 +0000 |
commit | eeb6a2c983b428f442d6f8105468afb166a69047 (patch) | |
tree | 385f42580bec3f407f974b915482322bd670664d /pod | |
parent | b7e88d4403a3f62fd94b9397a3275f2e7d3f7928 (diff) | |
download | perl-eeb6a2c983b428f442d6f8105468afb166a69047.tar.gz |
wrong category for exec() warning
p4raw-id: //depot/perl@4844
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod index a7553dff42..5a901c00df 100644 --- a/pod/perlop.pod +++ b/pod/perlop.pod @@ -362,7 +362,7 @@ With the C-style operators that would have been written like this: unlink("alpha", "beta", "gamma") || (gripe(), next LINE); -Use "or" for assignment is unlikely to do what you want; see below. +Using "or" for assignment is unlikely to do what you want; see below. =head2 Range Operators |