From 6fb65ba5b8e61315915e33b876be9962ec9494da Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Tue, 8 Nov 2011 20:53:43 -0600 Subject: [PATCH] add a note about C vs. C --- sections/files.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sections/files.pod b/sections/files.pod index 9e08f698..5e3c4332 100644 --- a/sections/files.pod +++ b/sections/files.pod @@ -606,7 +606,8 @@ X There's no core builtin to copy a file, but the core C module provides both C and C functions. Use the C builtin to -remove one or more files. These functions and builtins all return true values +remove one or more files. (The C builtin deletes an element from a hash, not a file from the filesystem.) +These functions and builtins all return true values on success and set C<$!> on error. =begin sidebar