X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfaq4.pod;h=dc968e3b5ad94f395ec6bc8f5abe6c4775d98360;hb=5ae37c3f727422baf517cdb861077f4b05166c93;hp=09661392248449876601ec87ae2ffbf43ae3d531;hpb=f62a57de64cd5ddde982ef9f2ab6d195e87eec01;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index 0966139..dc968e3 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -593,7 +593,7 @@ does not show up next to itself This is documented in L, and although it's not the easiest thing to read, it does work. In each of these examples, we call the function inside the braces used to dereference a reference. If we -have a more than one return value, we can construct and dereference an +have more than one return value, we can construct and dereference an anonymous array. In this case, we call the function in list context. print "The time values are @{ [localtime] }.\n";