From: Stas Bekman Date: Fri, 30 Nov 2001 13:23:34 +0000 (+0800) Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b42349cd491b9ac0ab24fedc1600f674f1f2c7e9;p=p5sagit%2Fp5-mst-13.2.git [patch pod/perliol.pod] s/SvPV/SvPV_nolen/ Message-ID: p4raw-id: //depot/perl@13379 --- diff --git a/pod/perliol.pod b/pod/perliol.pod index e51f309..5a2438e 100644 --- a/pod/perliol.pod +++ b/pod/perliol.pod @@ -383,7 +383,7 @@ thus equivalent to C. In this case I will be zero. If I is greater than zero then it gives the number of arguments passed to C, otherwise it will be 1 if for example C was called. -In simple cases SvPV(*args) is the pathname to open. +In simple cases SvPV_nolen(*args) is the pathname to open. Having said all that translation-only layers do not need to provide C at all, but rather leave the opening to a lower level layer and wait to be "pushed".