Search results for "module: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...
PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC
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
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
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
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
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
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
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
Symbol::Alias - Alias symbols at compile time.
This package allows you to make aliases for 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
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
Symbol::Delete - Remove a symbol from the symbol table.
This package allows you to remove symbols from the symbol table at compile time. The symbol can be in the current package or any arbitrary packages....
EXODIST/Symbol-Move-0.000002 - 30 Dec 2015 23:21:28 UTC
Encode::Symbol - Symbol Encodings
To find out how to use this module in detail, see Encode....
DANKOGAI/Encode-3.20 - 10 Nov 2023 01:26:15 UTC
Symbol::Methods - Symbol manipulation methods for packages.
This package introduces several subs that can be called as methods on packages. These subs allow you to modify symbol tables. This module does not do anything that can't be done with Package::Stash, or other tools. What this module does give you is a...
EXODIST/Symbol-Move-0.000002 - 30 Dec 2015 23:21:28 UTC
Symbol::Extract - Remove a symbol from the symbol table and place it's ref into a variable.
This package allows you to remove symbols from the symbol table at compile time, placing them into variables. The symbol can be in the current package or any arbitrary packages....
EXODIST/Symbol-Move-0.000002 - 30 Dec 2015 23:21:28 UTC
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
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
Tripletail - Tripletail, Framework for Japanese Web Application
"use" Tripletail では、ライブラリの各種設定は Ini ファイルに置かれる。 実行が開始されるスクリプトの先頭で、次のように引数として Ini ファイルの位置を渡す。するとグローバル変数 $TL がエクスポートされる。 Ini ファイル指定は必須である。 use Tripletail qw(/home/www/ini/tl.ini); 他のファイルから $TL 変数を使う場合は、そのパッケージ内で "use Tripletail;" のように引数無しで "use" する。二度目以...
HIO/Tripletail-0.65 - 27 Dec 2021 10:15:26 UTC