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

Gtconstructor freeware
 

Gtconstructor

Added: September 01, 2013 | Visits: 393

Concurrent::Object Concurrent::Object is a Perl module with concurrent objects in Perl. SYNOPSIS use Concurrent::Object; my $co = Concurrent( 'class' )->constructor( @arguments ); $co->method_bg; # returns immediately my $rv = $co->method_fg; # blocks OR my $co = Concurrent( 'class', Method => 3... Platforms: *nix

License: Freeware Size: 10.24 KB Download (43): Concurrent::Object Download

Added: November 20, 2013 | Visits: 231

Sub::ForceEval Subroutines that are marked with the ForceEval attribute check at runtime if there is an eval on the stack when the call dies. If an eval is found then the die is propagated to it via die $@; if not then cluck (see Carp) is called and the die is trapped. The stack is only checked if something... Platforms: *nix

License: Freeware Size: 10.24 KB Download (38): Sub::ForceEval Download