# New Ticket Created by Colin Kuskie
# Please include the string: [perl #44513]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=44513 >
Add a POD stub to the length function tutorial.
Index: examples/tutorial/22_string_ops_length.pir
===================================================================
--- examples/tutorial/22_string_ops_length.pir (revision 20571)
+++ examples/tutorial/22_string_ops_length.pir (working copy)
@@ -1,3 +1,10 @@
+=head1 String Operations (continued)
+
+To find the length of a string in PIR, use the length function.
+
+=cut
+
+
.sub main :main
$S0 = "Hello"