Main > Programming > Libraries >

Safe::World 0.14

Safe::World 0.14

Sponsored Links

Safe::World 0.14 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.034 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 802
Date added: 2007-08-15
Publisher: Graciliano M. P.

Safe::World 0.14 description

Safe::World can create multiple virtual instances of a Perl interpreter that can be assembled together.

SYNOPSIS

See USE section for complexer example and the test.pl script.

use Safe::World ;

my $world = Safe::World->new(
stdout => $stdout , ## - redirect STDOUT to this scalar.
stderr => $stderr , ## - redirect STDERR to this scalar.
flush => 1 , ## - output is flushed, soo dont need to wait exit to
## have all the data inside $stdout.
) ;

## Evaluate some code:
$world->eval(q`
use Data::Dumper ;
print Dumper( {a => 1 , b => 2} ) ;
`);

$world->close ; ## ensure that everything is finished and flushed.

die($stderr) if $stderr ;

print $stdout ;

$world = undef ; ## Destroy the world. Here the compartment is cleanned.

Note that in this example, inside the World is loaded Data::Dumper, but Data::Dumper was loaded only inside of it, keeping the outside normal.

Safe::World 0.14 Screenshot

Advertisements

Safe::World 0.14 Keywords

Bookmark Safe::World 0.14

Hyperlink code:
Link for forum:

Safe::World 0.14 Copyright

WareSeeker periodically updates pricing and software information of Safe::World 0.14 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Safe::World 0.14 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Image::WorldMap is a Perl module to create graphical world maps of data. Free Download
Sprog is a graphical tool that anyone can use to build programs by plugging parts together. Free Download
Solipsis is a pure peer-to-peer system for a massively shared virtual world. Free Download
pita is client-server music player. Free Download
minidentd provides a tiny IDENT server. Free Download
MQS (Minimalist Queue Services) is a minimalist queueing system in Free Software. Free Download
myperl allows you to execute Perl from inside of MySQL. Free Download
acoc is an arbitrary command output colourer. Free Download