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.474.218 Times

Varn freeware
 

Varn

Added: October 15, 2010 | Visits: 1.062

Data::Dumper Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. SYNOPSIS use Data::Dumper; # simple procedural interface print Dumper($foo, $bar); # extended usage with names print Data::Dumper->Dump([$foo, $bar], [qw(foo *ary)]); # configuration...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (97): Data::Dumper Download

Added: June 01, 2013 | Visits: 439

Multiple assignment The function arg2vars serves for assigning of values from input argument(s) to variables declared in the output list in the place ofthe function calling. Not assigned output variables are empty, while superfluous arguments are cut to a number of output variables. Number of allocated items is a...


Platforms: Matlab

License: Freeware Size: 10 KB Download (43): Multiple assignment Download

Added: September 08, 2010 | Visits: 793

Commands::Guarded Commands::Guarded Perl package provides better scripts through guarded commands. SYNOPSIS use Commands::Guarded; my $var = 0; step something => ensure { $var == 1 } using { $var = 1 } ; # $var is now 1 step nothing => ensure { $var == 1 } using { $var = 2 } # bug! ; # $var is...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Commands::Guarded Download