Lines Matching refs:logical

42 image in F<Sys$Share>, or define the logical name F<PerlShr> to
128 can use rooted logical names to get another 8 levels of
177 to define a logical name I<Extshortname>, where I<Extshortname>
270 adjustable via the logical name PERL_MBX_SIZE provided that the
284 The PERL5LIB and PERLLIB logical names work as documented in L<perl>,
355 logical name DCL$PATH as a searchlist, using each translation
566 working CRTL C<gmtime()> routine, or if the logical name
568 which must be added to UTC to yield local time. (This logical
729 of the logical name F<PERL_ENV_TABLES>. If defined, it should
759 that string is used as the name of a logical name table, which is
760 consulted using I<name> as the logical name. The normal search
768 first the logical name tables specified by F<LNM$FILE_DEV>, and then
781 However, the name is looked up in a logical name table, the
784 for search list logical names. For instance, if you say
791 that F<PERL_ENV_TABLES> is set up so that the logical name C<story>
798 logical name to be created, it is defined in supervisor mode.
799 (The same is done if an existing logical name was defined in
801 logical name is reset to the new value.) If the value is an empty
802 string, the logical name's translation is defined as a single NUL
803 (ASCII 00) character, since a logical name cannot translate to a
819 look up the element, so an inner-mode logical name or a name in
820 another location will replace the logical name just deleted.
823 logical name via %ENV.
834 can "promote" them to logical names in the current
840 $ENV{$key} = $temp; # and define as logical name
856 logical names are read, in order to fully populate %ENV.
857 Subsequent iterations will not reread logical names, so they
859 to logical name tables caused by other programs.