Searched refs:Symbol (Results 1 - 25 of 31) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DSymbol.pm1 package Encode::Symbol;
13 Encode::Symbol - Symbol Encodings
18 $symbol = encode("symbol", $utf8); # loads Encode::Symbol implicitly
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.t10 BEGIN { $_ = 'foo'; } # because Symbol used to clobber $_
12 use Symbol;
31 use Symbol qw(geniosym);
54 use Symbol qw(qualify); # must import into this package too
74 Symbol::delete_package('Transient');
H A DSymbol.pm1 package Symbol; package
5 Symbol - manipulate Perl symbols and their names
9 use Symbol;
33 use Symbol qw(delete_package);
39 C<Symbol::gensym> creates an anonymous glob and returns a reference
44 support anonymous globs, C<Symbol::ungensym> is also provided.
47 C<Symbol::geniosym> creates an anonymous IO handle. This can be
51 C<Symbol::qualify> turns unqualified symbol names into qualified
62 C<Symbol::qualify_to_ref> is just like C<Symbol
[all...]
H A DSelectSaver.pm39 use Symbol;
H A DDirHandle.pm46 use Symbol;
H A Dopen.t179 require Symbol; # Anything that exists but we havn't loaded
181 like($@, qr/Can't locate Symbol|Recursive call/i,
H A Dsigtrap.pm54 require Symbol;
55 $handler = Symbol::qualify($handler, (caller)[0]);
H A DFileHandle.pm152 newly created symbol (see the C<Symbol> package). If it receives any
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Test/Simple/
H A DCatch.pm4 use Symbol;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
H A Drefaddr.t19 use Symbol qw(gensym);
H A Dreftype.t19 use Symbol qw(gensym);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm55 require Symbol;
56 $fh = \*{ Symbol::qualify( $arg, caller() )};
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DPipe.pm15 use Symbol;
207 (see the C<Symbol> package). C<IO::Pipe::new> optionally takes two
H A DFile.pm115 use Symbol;
H A DDir.pm13 use Symbol;
H A DHandle.pm228 the C<Symbol> package). Some modules that
258 use Symbol;
H A DSocket.pm333 newly created symbol (see the C<Symbol> package). C<new>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dtie.t193 use Symbol;
209 use Symbol 'geniosym';
225 use Symbol 'geniosym';
H A Dtiehandle.t76 use Symbol;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/Socket/
H A DUNIX.pm91 newly created symbol (see the C<Symbol> package). C<new>
H A DINET.pm301 newly created symbol (see the C<Symbol> package). C<new>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm1107 require Symbol;
1108 $fh = Symbol::gensym();
1418 require Symbol;
1419 $fh = Symbol::gensym();
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2latex.PL161 use Symbol;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
H A DOpen3.pm10 use Symbol qw(gensym qualify);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DCmd.pm15 use Symbol 'gensym';

Completed in 40 milliseconds

12