Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.154.468 Times

Variables freeware
Filter: All | Freeware | Demo
 

Variables

< 1 2 3 4 5 > 
Added: January 22, 2010 | Visits: 868

Scalar::Properties Scalar::Properties is a Perl module package that contains run-time properties on scalar variables. SYNOPSIS use Scalar::Properties; my $val = 0->true; if ($val && $val == 0) { print "yup, its true alright...n"; } my @text = ( hello world->greeting(1), forget it, hi...



Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Scalar::Properties Download

Added: January 18, 2010 | Visits: 1.138

Net::Delicious::Constants::Config Net::Delicious::Constants::Config are constant variables for Net::Delicious default configs. SYNOPSIS use Net::Delicious::Constants qw (:config) __top Constant variables for Net::Delicious default configs..





Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::Delicious::Constants::Config Download

Added: June 20, 2010 | Visits: 1.095

vars::global vars::global is a Perl module that tries to make global variables a little safer. SYNOPSIS # In the place/package where we want to create globals use vars::global create => qw( $foo @bar %baz ); # Add some more global symbols vars::global->create(qw( $hello @world %now )); # Somewhere...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (93): vars::global Download

Added: May 11, 2010 | Visits: 936

Env::Path Env::Path is a Perl module with advanced operations on path variables. SYNOPSIS use Env::Path; # basic usage my $manpath = Env::Path->MANPATH; $manpath->Append(/opt/samba/man); for ($manpath->List) { print $_, "n" }; # similar to above using the "implicit object" shorthand...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Env::Path Download

Added: May 04, 2010 | Visits: 1.720

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: February 20, 2010 | Visits: 741

Env::Bash Env::Bash is a Perl extension for accessing _all_ bash environment variables. SYNOPSIS use Env::Bash; Standard interface: my @var = get_env_var( "SORCERER_MIRRORS", Source => "/etc/sorcery/config", ); print "SORCERER_MIRRORS via get_env_var:n", join( "n", @var ), "ncount = ", scalar...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Env::Bash Download

Added: July 31, 2013 | Visits: 827

Strasheela Strasheela is a highly expressive constraint-based music composition system.2 The Strasheela user declaratively states a music theory and the computer generates music which complies with this theory. A theory is formulated as a constraint satisfaction problem (CSP) by a set of rules (constraints)...


Platforms: Mac

License: Freeware Size: 3.89 MB Download (92): Strasheela Download

Added: November 22, 2010 | Visits: 1.549

Test::Chimps::Howto Test::Chimps::Howto is a Perl module with a howto about Test::Chimps. SYNOPSIS This document briefly describes how to set up a Chimps server and a Chimps smoker to smoke a project. THE SERVER We will be setting up a smoke server for an imaginary company called Bananas 2.0, who make a...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (92): Test::Chimps::Howto Download

Added: July 20, 2010 | Visits: 709

Devel::DumpSizes Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script. SYNOPSIS use Devel::DumpSizes qw/dump_sizes/; &Devel::DumpSizes::dump_sizes(); Or,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (91): Devel::DumpSizes Download

Added: January 01, 2010 | Visits: 942

Text::Replace Text::Replace is a Perl module to replace variables from a hash. SYNOPSIS ####### # Subroutine Interface # use Text::Replace qw(&replace_variables); $success = replace_variables($template, %variable_hash, @variable); ######## # Class Interface # use Text::Replace; $success =...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (91): Text::Replace Download

Added: June 02, 2010 | Visits: 547

Taint Taint is a Perl extension to taint variables. SYNOPSIS use Taint; taint($taintvar[, $anothervar[, $yetmorevars]]); $bool = tainted($vartocheck); taint() marks its arguments as tainted. tainted() returns true if its argument is tainted, false otherwise DIAGNOSTICS Attempt to taint...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (91): Taint Download

Added: March 02, 2010 | Visits: 876

Thirdphase Thirdphase automatically downloads, installs, backs up, and runs any software downloadable from a static URL, with a couple of other user-provided variables. The project is useful for keeping nightly builds of software up-to-date. Usage: thirdphase [options] product_list product: a config...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (91): Thirdphase Download

Added: January 25, 2010 | Visits: 670

Four Variables Four Variables is a pre-algebra investigation for students in grades five through nine. The program secretly assigns values to four variables (w, x, y, and z) and the student must find these values by requesting the computer to perform operations with the variables. For example: the student might...


Platforms: Mac

License: Freeware Size: 254 KB Download (90): Four Variables Download

Added: August 23, 2010 | Visits: 1.057

ex::constant::vars ex::constant::vars is a Perl pragma to create readonly variables. SYNOPSIS Using the tie() interface: use ex::constant::vars; tie my $pi, ex::constant::vars, 4 * atan2( 1, 1 ); tie my @family, ex::constant::vars, qw( John Jane ); tie my %age, ex::constant::vars, John => 27, Jane => Back...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (90): ex::constant::vars Download

Added: April 18, 2010 | Visits: 702

sysconf This utility makes the "sysconf", "pathconf", and "strconf" POSIX system calls available on the command-line. Report sysconf, pathconf, and confstr system variables. Variable names from the sysconf(3) call start with ``_SC. Variable names from the pathconf(3) call start with ``_PC. Variable...


Platforms: *nix

License: Freeware Size: 296.96 KB Download (90): sysconf Download

Added: April 22, 2010 | Visits: 670

Variable Expression Library libvarexp is a C++ library that allows its users to detach any kind of information from the representation of that information by providing a simple-to-use but powerful text-template mechanism. Similar mechanisms have been available in tools like sh(1), make(1), or perl(1) forever and have...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (90): Variable Expression Library Download

Added: May 07, 2010 | Visits: 1.066

dispatch dispatch is a multi-tier architecture object-oriented framework that allows access to methods and variables at the command line and in shell scripts or via a GUI. The project is in an early stage and you will probably not be able to compile it easily or use it for significant work. There are...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): dispatch Download

Added: July 10, 2010 | Visits: 617

Perl6::Contexts Perl6::Contexts - array and hash variables turn into references to themselves when used in non-numeric scalar context or as function arguments. SYNOPSIS my @foo = ( 1 .. 20 ); my $foo = @foo; # same as: my $foo = @foo; my $foo = 0 + @foo; # unchanged - length of @foo $obj->some_method(10,...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (89): Perl6::Contexts Download

Added: October 25, 2010 | Visits: 714

Devel::FindGlobals Devel::FindGlobals is a Perl module to find global variables and their size. SYNOPSIS use Devel::FindGlobals; print print_globals_sizes(); This module just runs around and over the symbol table, finds global variables, gets their sizes with Devel::Size, and then prints them out....


Platforms: *nix

License: Freeware Size: 3.07 KB Download (88): Devel::FindGlobals Download

Added: May 23, 2010 | Visits: 944

App::SimpleScan::Plugin::Forget App::SimpleScan::Plugin::Forget is a Perl module to forget a variables value. SYNOPSIS # In a simple_scan input file, after installing this module: # Define the variable foo: %%var foo baz bar quux # Later in the file: %%forget foo # foo is now undefined, and will not be replaced...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): App::SimpleScan::Plugin::Forget Download

< 1 2 3 4 5 >