diff options
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 7fed9c0239..a6f5771878 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -849,7 +849,7 @@ extirpated as a potential munition). This can prove useful for checking the password file for lousy passwords, amongst other things. Only the guys wearing white hats should do this. -Note that C<crypt> is intended to be a one-way function, much like +Note that L<crypt|/crypt> is intended to be a one-way function, much like breaking eggs to make an omelette. There is no (known) corresponding decrypt function (in other words, the crypt() is a one-way hash function). As a result, this function isn't all that useful for @@ -893,7 +893,7 @@ their own password: Of course, typing in your own password to whoever asks you for it is unwise. -The L<crypt> function is unsuitable for encrypting large quantities +The C<crypt> function is unsuitable for encrypting large quantities of data, not least of all because you can't get the information back. Look at the F<by-module/Crypt> and F<by-module/PGP> directories on your favorite CPAN mirror for a slew of potentially useful @@ -2715,7 +2715,7 @@ C<redo> work. =item no Module -See the L</use> function, which C<no> is the opposite of. +See the C<use> function, which C<no> is the opposite of. =item oct EXPR |