summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.markdown b/README.markdown
index 85bfada..1e70f39 100644
--- a/README.markdown
+++ b/README.markdown
@@ -225,7 +225,7 @@ delete_undef_values
Deletes all instances of the undef value from an array or hash.
*Examples:*
-
+
$hash = delete_undef_values({a=>'A', b=>'', c=>undef, d => false})
Would return: {a => 'A', b => '', d => false}
@@ -851,8 +851,7 @@ To return the date:
%L - Millisecond of the second (000..999)
%m - Month of the year (01..12)
%M - Minute of the hour (00..59)
- %n - Newline (
-)
+ %n - Newline (\n)
%N - Fractional seconds digits, default is 9 digits (nanosecond)
%3N millisecond (3 digits)
%6N microsecond (6 digits)