Search results for "Symbol"
Symbol - manipulate Perl symbols and their names
"Symbol::gensym" creates an anonymous glob and returns a reference to it. Such a glob reference can be used as a file or directory handle. For backward compatibility with older implementations that didn't support anonymous globs, "Symbol::ungensym" i...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution- perlmod - Perl modules (packages and symbol tables)
- B - The Perl Compiler Backend
- h2xs - convert .h C header files to Perl extensions
- 70 more results from perl »
Symbol::Get - Read Perl’s symbol table programmatically
Occasionally I have need to reference a variable programmatically. This module facilitates that by providing an easy, syntactic-sugar-y, read-only interface to the symbol table. The SYNOPSIS above should pretty well cover usage....
FELIPE/Symbol-Get-0.10 - 25 Aug 2018 02:55:54 UTC - Search in distribution
Tie::Symbol - Tied interface to the symbol table
The tied hash represents the internal symbol table which allows the user to examine and modify the whole symbol table. Currently this implementation limits the referents to scalars, arrays, hashes and subroutines. Tied hash tie my %hash, 'Tie::Symbol...
ZURBORG/Tie-Symbol-0.001 - 03 Feb 2016 08:42:37 UTC - Search in distribution
Symbol::Glob - remove items from the symbol table, painlessly
"Symbol::Glob" provides a simple interface to manipulate Perl's symbol table. You can define and undefine symbol table entries for scalars, arrays, hashes, and subs via simple method calls. This module does not (currently) attempt to mess with fileha...
MCMAHON/Symbol-Glob-0.04 - 07 Dec 2020 19:39:37 UTC - Search in distribution
Symbol::Move - Move or rename symbols at compile time.
This package allows you to make move symbols in the current package, between the current package and other packages, or between any arbitrary packages....
EXODIST/Symbol-Move-0.000002 - 30 Dec 2015 23:21:28 UTC - Search in distribution- Symbol::Alias - Alias symbols at compile time.
- Symbol::Delete - Remove a symbol from the symbol table.
- Symbol::Methods - Symbol manipulation methods for packages.
- 1 more result from Symbol-Move »
Symbol::Name - Perl extension for the name of symbols.
Symbol::Name converts a symbol character to its name. Currently it only supports spanish. EXPORT None by default....
AMONTERO/Symbol-Name-0.9 - 11 Nov 2009 22:04:55 UTC - Search in distribution
Symbol::Util - Additional utils for Perl symbols manipulation
This module provides a set of additional functions useful for Perl symbols manipulation. All Perl symbols from the same package are organized as a stash. Each symbol (glob) contains one or more of following slots: "SCALAR", "ARRAY", "HASH", "CODE", "...
DEXTER/Symbol-Util-0.0203 - 15 Mar 2012 21:30:47 UTC - Search in distribution
Senna::Symbol - Wrapper Around sen_sym
DMAKI/Senna-0.51
-
16 Mar 2007 16:49:18 UTC
-
Search in distribution
Symbol::Table - An easy interface to symbol tables (no eval(), no *typeglobs )
Disclaimer This code is an "acedemic exercise" in manipulating perl's symbol table. It wasn't coded to be fast or efficient. It was simply coded to provide the functionality I wanted it to provide. If you look at the code, you'll notice numerous call...
GSLONDON/Symbol-Table-1.01 - 14 Mar 2003 01:20:46 UTC - Search in distribution
mRuby::Symbol - mruby symbol value.
KARUPA/mRuby-0.14
-
16 Jan 2018 13:40:57 UTC
-
Search in distribution
Encode::Symbol - Symbol Encodings
To find out how to use this module in detail, see Encode....
DANKOGAI/Encode-3.19 - 04 Aug 2022 04:51:01 UTC - Search in distribution- encoding - allows you to write your script in non-ASCII and non-UTF-8
Symbol::Opaque - ML-ish data constructor pattern matching
This module allows the creation of data constructors, which can then be conditionally unified like in Haskell or ML. When you use the binding operator "<<", between two structures, this module tries to bind any *free variables* on the left in order t...
LPALMER/Symbol-Opaque-0.03 - 20 Aug 2005 08:14:49 UTC - Search in distribution
Symbol::Values - Provides consistent accessing interface to values of symbol.
OBJECTIVE I've been feeling that glob notation of perl is little bit funny. One problem is that it lacks consistency in the way of fetching/storing values of a symbol. See examples below. $code_ref = *name{CODE}; # Getting code object. # This is obvi...
KMIYAZAKI/Symbol-Values-1.07 - 27 Aug 2005 17:29:45 UTC - Search in distribution
PerlBean::Symbol - Symbol in a Perl bean
"PerlBean::Symbol" allows to specify, declare, assign an export a symbol from a "PerlBean"....
ZOCCAV/PerlBean-1.0 - 04 Sep 2003 05:54:54 UTC - Search in distribution- PerlBean::Attribute::Multi - contains MULTI bean attribute information
- PerlBean::Collection - contains a collection of PerlBean objects
- PerlBean::Dependency::Use - Use dependency in a Perl bean
- 6 more results from PerlBean »
Clownfish::Symbol - Abstract base class for Clownfish symbols.
Clownfish::Symbol serves as an abstract parent class for entities which may live in the global namespace, such as classes, functions, methods, and variables....
CREAMYG/KinoSearch-0.315 - 16 Apr 2012 21:20:13 UTC - Search in distribution- Clownfish::Method - Metadata describing an instance method.
- Clownfish::Variable - A Clownfish variable.
AI::MXNet::Symbol - Symbolic interface of MXNet.
SKOLYCHEV/AI-MXNet-1.5
-
19 Feb 2020 20:30:57 UTC
-
Search in distribution
- AI::MXNet::Symbol::Base
- AI::MXNet::Contrib::Symbol - An interface to experimental symbol operators defined in C++ space.
- AI::MXNet::Symbol::AttrScope - Attribute manager for local scoping.
- 27 more results from AI-MXNet »
PFT::Text::Symbol - Symbol from text scan
Each instance of "PFT::Text::Symbol" represents a symbol obtained by parsing the text of an entry "PFT::Content::Entry": they are detected as "<a>" and "<img>" tags in HTML. Symbols are collected into a a "PFT::Text" object. An example will make this...
DACAV/PFT-v1.4.1 - 23 Jul 2019 15:14:22 UTC - Search in distribution- PFT::Text - Wrapper around content text
- PFT::Map::Index - Resolve symbols in PFT Entries