keep SCRIPT_* environment variables in CGI
[perl/plp/.git] / lib / PLP.pm
index 03c4acbe38a48d40b5b4eda076ea591a19951081..acf38711bf0be81f64f5752cc1c2087d379febf0 100644 (file)
@@ -364,14 +364,18 @@ These are described in L<PLP::Functions>.
 
 =over 22
 
-=item $ENV{PLP_NAME}
+=item $ENV{SCRIPT_NAME}
 
 The URI of the PLP document, without the query string. (Example: C</foo.plp>)
 
-=item $ENV{PLP_FILENAME}
+Used to be renamed to C<$ENV{PLP_NAME}>, which is still provided but deprecated.
+
+=item $ENV{SCRIPT_FILENAME}
 
 The filename of the PLP document. (Example: C</var/www/index.plp>)
 
+C<$ENV{PLP_SCRIPT}> also still provided but deprecated.
+
 =item $PLP::VERSION
 
 The version of PLP.