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

Eval software
Filter: All | Freeware | Demo
 

Eval

< 1 2 3 4 5 > 
Added: February 01, 2010 | Visits: 1.316

MIME::Parser MIME::Parser is a experimental class for parsing MIME streams. SYNOPSIS Before reading further, you should see MIME::Tools to make sure that you understand where this module fits into the grand scheme of things. Go on, do it now. Ill wait. Ready? Ok... Basic usage examples ### Create a... Platforms: *nix

License: Freeware Size: 389.12 KB Download (108): MIME::Parser Download

Added: April 21, 2010 | Visits: 992

Bio::PrimarySeqI Bio::PrimarySeqI is a Perl Interface definition for a Bio::PrimarySeq. SYNOPSIS # Bio::PrimarySeqI is the interface class for sequences. # If you are a newcomer to bioperl, you should # start with Bio::Seq documentation. This # documentation is mainly for developers using # Bioperl. #... Platforms: *nix

License: Freeware Size: 4.7 MB Download (92): Bio::PrimarySeqI Download

Added: September 25, 2010 | Visits: 3.335

XSS Shell XSS Shell script is a powerful XSS backdoor. XSS Shell allows interactively getting control over a Cross-site Scripting (XSS) vulnerability in a web application. It demonstrates the real power and damage of Cross-site Scripting attacks. Whats New in This Release: Regenerating Pages - This... Platforms: *nix

License: Freeware Size: 849.92 KB Download (305): XSS Shell Download

Added: January 27, 2010 | Visits: 848

SNAKES SNAKES is a Python library that provides all then necessary to define and execute many sorts of Petri nets, in particular those of the PBC and M-nets family. Its main aim is to be a general Petri net library, being able to cope with most Petri nets models, and providing the researcher with a tool... Platforms: *nix

License: Freeware Size: 798.72 KB Download (105): SNAKES Download

Added: May 09, 2010 | Visits: 855

Religion Religion is a Perl module that can generate tracebacks and create and install die() and warn() handlers. This is a second go at a module to simplify installing die() and warn() handlers, and to make such handlers easier to write and control. For most people, this just means that if use use... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Religion Download

Added: April 27, 2010 | Visits: 1.098

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl... Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: April 22, 2010 | Visits: 1.104

Fry::Shell Fry::Shell is a flexible shell framework which encourages using loadable libraries of functions. SYNOPSIS From the commandline: perl -MFry::Shell -eshell OR In a script: package MyShell; use Fry::Shell; #subs sub evalIt { my $cls = shift; my $code = ($cls->Flag(strict)) ? use... Platforms: *nix

License: Freeware Size: 58.37 KB Download (91): Fry::Shell Download

Added: October 13, 2010 | Visits: 1.154

Safe::World 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... Platforms: *nix

License: Freeware Size: 34.82 KB Download (93): Safe::World Download

Added: March 14, 2010 | Visits: 716

PLJava PLJava is Perl module that will embed Perl into Java. USAGE import perl5.Perl ; import perl5.SV ; public class test { public static void main(String argv[]) { Perl.eval("print qq`Hello World!n` ;") ; /////////////////// SV foo = Perl.NEW("foo") ; // $foo = new foo() ;... Platforms: *nix

License: Freeware Size: 163.84 KB Download (103): PLJava Download

Added: June 21, 2010 | Visits: 864

XML::DB::DatabaseManager XML::DB::DatabaseManager is an approximation to the XML:DB DatabaseManager. SYNOPSIS use XML::DB::DatabaseManager; my $driver = Xindice; my $url = http://localhost:4080; eval{ $dbm = new XML::DB::DatabaseManager(); $dbm->registerDatabase($driver); $col =... Platforms: *nix

License: Freeware Size: 35.84 KB Download (96): XML::DB::DatabaseManager Download

Added: February 24, 2010 | Visits: 899

XML::XMetaL XML::XMetaL is a Perl module with dispatch class for XML::XMetaL development framework. The XML::XMetaL class is a dispatcher for XMetaL customization handlers. XML:XMetaL objects are singletons. There can be only one XML::XMetaL object instantiated at any one time. If an XML::XMetaL object... Platforms: *nix

License: Freeware Size: 24.58 KB Download (113): XML::XMetaL Download

Added: August 21, 2010 | Visits: 612

Getopt::Popt Getopt::Popt is a Perl interface to the popt(3) library. SYNOPSIS use Getopt::Popt qw(:all); # setup the options array push @options,new Getopt::Popt::Option( longName => "long", shortName => "l", argInfo => POPT_ARG_STRING, arg => $qux, val => $val); # or, if youre lazy, have... Platforms: *nix

License: Freeware Size: 21.5 KB Download (88): Getopt::Popt Download

Added: June 19, 2010 | Visits: 1.077

Tclperl Tclperl project allows the execution of Perl code from within a TCL interpreter using one or several embedded Perl interpreters. This package allows the execution of Perl code from a Tcl interpreter, as in: package require tclperl set interpreter [perl::interp new] $interpreter eval {print... Platforms: *nix

License: Freeware Download (104): Tclperl Download

Added: March 21, 2010 | Visits: 897

Filesys::Ext2 Filesys::Ext2 is a Perl interface to ext2 and ext3 filesystem attributes. SYNOPSIS use Filesys::Ext2 qw(:all); eval { $mode = lsattr("/etc/passwd"); } eval { chattr("+aud", "/etc/passwd"); } #or equivalently #chattr($mode|0x0062, "/etc/passwd"); You may specify the path of the e2fsprogs... Platforms: *nix

License: Freeware Size: 24.58 KB Download (106): Filesys::Ext2 Download

Added: February 01, 2010 | Visits: 958

DBD::mysql DBD::mysql is a Perl module with MySQL driver for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $dsn = "DBI:mysql:database=$database;host=$hostname;port=$port"; $dbh = DBI->connect($dsn, $user, $password); $drh = DBI->install_driver("mysql"); @databases =... Platforms: *nix

License: Freeware Size: 112.64 KB Download (99): DBD::mysql Download

Added: August 13, 2010 | Visits: 856

DBD::mSQL DBD::mSQL / DBD::mysql is a Perl module with mSQL and mysql drivers for the Perl5 Database Interface (DBI). SYNOPSIS use DBI; $driver = "mSQL"; # or "mSQL1"; $dsn = "DBI:$driver:database=$database;host=$hostname"; $dbh = DBI->connect($dsn, undef, undef); or $driver = "mysql"; $dsn =... Platforms: *nix

License: Freeware Size: 194.56 KB Download (99): DBD::mSQL Download

Added: February 24, 2010 | Visits: 827

htmlSQL htmlSQL is a PHP class to query the web by an SQL like language. htmlSQL is a experimental PHP class which allows you to access HTML values by an SQL like syntax. This means that you dont have to write complex functions (regular expressions) to extract specific values. How to use Just... Platforms: *nix

License: Freeware Size: 41.98 KB Download (102): htmlSQL Download

Added: January 25, 2010 | Visits: 644

MassSpec::CUtilities MassSpec::CUtilities is a Perl extension containing C utilities for use in mass spectrometry. SYNOPSIS MassSpec::CUtilities is an XS module so theres a chance that you or your target user might not get it to install cleanly on the target system; therefore its recommended to make its presence... Platforms: *nix

License: Freeware Size: 16.38 KB Download (92): MassSpec::CUtilities Download

Added: August 12, 2010 | Visits: 1.333

Acme::Comment Acme::Comment is a Perl module that allows multi-line comments which are filtered out. SYNOPSIS use Acme::Comment type=>C++, own_line=>1; /* if (ref $mod) { $bar->{do}->blat(msg => blarg); eval { im sooo sick of this time for some coffee */ // I prefer beer. --sqrn Unlike the... Platforms: *nix

License: Freeware Size: 7.17 KB Download (110): Acme::Comment Download

Added: June 22, 2010 | Visits: 818

XML::XPathToXML XML::XPathToXML is a Perl module that generates XML document from XPath expressions. SYNOPSIS my @data = ( /project/name => The Ultimate Question, /project/comment() => generated by XPathToXML , /project/start => 2002-09-08, /project/end => 7002002-09-08, /project/@id => 42,... Platforms: *nix

License: Freeware Size: 307.2 KB Download (89): XML::XPathToXML Download

< 1 2 3 4 5 >