diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:11:37 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-28 10:11:37 +0000 |
commit | 928e06a670886d261ece304e1023e27673463938 (patch) | |
tree | 3d26ba09bb6ad8bdc285d581ae8bcbeb5751be4b /x2p | |
parent | 6cecdcac8975bfe2a12272798634919e91b189db (diff) | |
download | perl-928e06a670886d261ece304e1023e27673463938.tar.gz |
find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)
p4raw-id: //depot/perl@5320
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/find2perl.PL | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL index b2e1054d50..25d0135528 100644 --- a/x2p/find2perl.PL +++ b/x2p/find2perl.PL @@ -842,12 +842,9 @@ a distinct argument, so it may need to be surrounded by whitespace and/or quoted from interpretation by the shell using a backslash (just as with using C<find(1)>). -=item C<-eval EXPR ;> +=item C<-eval EXPR> -Has the perl script eval() the EXPR. The C<;> must be passed as -a distinct argument, so it may need to be surrounded by whitespace and/or -quoted from interpretation by the shell using a backslash (just as with -using C<find(1)>). +Has the perl script eval() the EXPR. =item C<-ls> |