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

Perl Access Dynamically Loaded Libraries freeware
Filter: All | Freeware | Demo
 

Perl Access Dynamically Loaded Libraries

1 2 3 4 5 > 
Added: March 15, 2010 | Visits: 1.042

FFI::Library FFI::Library is a module with Perl Access to Dynamically Loaded Libraries. SYNOPSIS use FFI::Library; $lib = FFI::Library->new("mylib"); $fn = $lib->function("fn", "signature"); $ret = $fn->(...); This module provides access from Perl to functions exported from dynamically linked...



Platforms: *nix

License: Freeware Size: 16.38 KB Download (109): FFI::Library Download

Added: June 15, 2010 | Visits: 1.266

File::Sync File::Sync is a Perl access to fsync() and sync() function calls. SYNOPSIS use File::Sync qw(fsync sync); fsync(*FILEHANDLE) or die "fsync: $!"; sync(); use File::Sync qw(fsync); use IO::File; $fh = IO::File->new("> /tmp/foo") or die "new IO::File: $!"; ... fsync($fh) or die "fsync:...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (112): File::Sync Download

Added: October 17, 2010 | Visits: 3.423

Visual Perl/Tk Visual Perl/Tk is a GUI development solution for beginners and professionals. Agenda - Why Perl/Tk - Other languages/libraries - Comparison table - Alternative visual tools for Perl/Tk - What beginners need - Why experienced programmer need it - What VPTK offers - Features that are not...


Platforms: *nix

License: Freeware Size: 90.11 KB Download (210): Visual Perl/Tk Download

Added: July 25, 2010 | Visits: 611

Ingperl Ingperl module allows Perl access to Ingres databases for old ingperl scripts. SYNOPSIS &sql(...); &sql_exec(...); @values = &sql_fetch; &sql_close; @types = &sql_types; @ingtypes = &sql_ingtypes; @lengths = &sql_lengths; @nullable = &sql_nullable; @names = &sql_names; $sql_version...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (101): Ingperl Download

Added: October 01, 2010 | Visits: 1.054

Oraperl Oraperl is a Perl access to Oracle databases for old oraperl scripts. SYNOPSIS eval use Oraperl; 1; || die $@ if $] >= 5; # ADD THIS LINE TO OLD SCRIPTS $lda = ⊦a_login($system_id, $name, $password) $csr = ⊦a_open($lda, $stmt [, $cache]) ⊦a_bind($csr, $var, ...) ⊦a_fetch($csr [,...


Platforms: *nix

License: Freeware Size: 368.64 KB Download (111): Oraperl Download

Released: January 16, 2013  |  Added: January 16, 2013 | Visits: 670

Spy Emergency Analyzer Tool SA Spy Emergency Analyzer Tool lists all critical areas of your PC like startup programs, BHOs, running programs and loaded libraries. It helps in situations when you have been infected by new and unidentified spyware, adware, keylogger, trojan or worm. A generated log file can be send to Spy...


Platforms: Windows

License: Freeware Size: 298 KB Download (447): Spy Emergency Analyzer Tool SA Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 343

NWScript Dynamic Library API A NWScript add-on that provides users with the ability to dynamically link libraries for smaller modules, faster build times, and easier management of modifications of NWN scripts.


Platforms: Windows, Mac, Linux

License: Freeware Size: 391.21 KB Download (46): NWScript Dynamic Library API Download

Added: August 09, 2013 | Visits: 369

Router::LG The LG class is based on the lg.pl program originally written by Ed Kern of Digex. The original lg.pl program was used as a web-based front end to obtain information from routers via RSH. All of the original features of lg.pl have been incorporated into LG.pm. - Multiple router vendor support...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (39): Router::LG Download

Added: July 19, 2013 | Visits: 447

Net::Telnet::Trango Perl access to the telnet interface on Trango APs and SUs. A handy feature is that it will parse the output from certain commands that is in the format "[key1] value1 [key2] value2" and put those in a hashref that is returned. This makes using the output from things like sysinfo very easy to do.


Platforms: *nix

License: Freeware Size: 30.72 KB Download (38): Net::Telnet::Trango Download

Added: February 26, 2010 | Visits: 776

Project Elevate Project Elevate is an attempt to free users from the desktop metaphor. Project Elevate offers a fixed set of applications which allow casual users to perform the most usual tasks with their computer. I dont like the way current desktop environments look and feel. I find them too complicated...


Platforms: *nix

License: Freeware Download (93): Project Elevate Download

Added: May 10, 2013 | Visits: 273

libnetdude libnetdude is a library for manipulating libpcap/tcpdump trace files. You may ask why this requires a new library. It provides abstractions on top of the libpcap paradigm that save developers a lot of time by focusing on the relevant parts of their applications. Moreover, libnetdude supports...


Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (55): libnetdude Download

Added: January 22, 2010 | Visits: 1.539

Alien Perl module Alien Perl module package contains external libraries wrapped up for your viewing pleasure! SYNOPSIS perldoc Alien; Alien is a package that exists just to hold together an idea, the idea of Alien:: packages, so there is no code here, just motivation for Alien. Why James and I ended up...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Alien Perl module Download

Added: October 22, 2010 | Visits: 1.309

OpenGeoDB Perl module OpenGeDB Perl module is a module to access the OpenGeoDB database and calculate all ZIP codes in a certain radius..


Platforms: *nix

License: Freeware Size: 3.07 KB Download (102): OpenGeoDB Perl module Download

Added: March 01, 2010 | Visits: 989

CGI::Application::Generator CGI::Application::Generator is a Perl module with dynamically build CGI::Application modules. SYNOPSIS use CGI::Application::Generator; # Required methods my $cat = CGI::Application::Generator->new(); $cat->package_name(My::Widget::Browser); $cat->start_mode(list_widgets);...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (103): CGI::Application::Generator Download

Added: January 17, 2010 | Visits: 790

Glib Glib are Perl wrappers for the GLib utility and Object libraries. SYNOPSIS use Glib; ABSTRACT This module provides perl access to GLib and GLibs GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (88): Glib Download

Added: January 15, 2010 | Visits: 574

ODBM_File ODBM_File is a Perl module to allow tied access to odbm files. SYNOPSIS use Fcntl; # For O_RDWR, O_CREAT, etc. use ODBM_File; # Now read and change the hash $h{newkey} = newvalue; print $h{oldkey}; ... untie %h; ODBM_File establishes a connection between a Perl hash variable and a...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (94): ODBM_File Download

Added: February 03, 2010 | Visits: 1.152

Net::BitTorrent::LibBT::Tracker Net::BitTorrent::LibBT::Tracker is a Perl module to access a tracker running under libbttracker. SYNOPSIS use Net::BitTorrent::LibBT::Tracker; my $tracker = Net::BitTorrent::LibBT::Tracker->new("/path/to/tracker"); print "Tracker has ", $tracker->num_peers, " peers.n"; The...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (217): Net::BitTorrent::LibBT::Tracker Download

Added: April 18, 2010 | Visits: 955

Digest::Perl::MD4 Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. This is not C-code interface (like Digest::MD5) but a Perl-only implementation of MD4 (like Digest::Perl::MD5). Because of this, it is slow but avoids platform specific complications. For efficiency you should use...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (101): Digest::Perl::MD4 Download

Added: January 26, 2010 | Visits: 1.145

PowerBuilder::ORCA PowerBuilder:: ORCA is a Perl interface to PowerBuilder ORCA API. SYNOPSIS use PowerBuilder::ORCA qw/:const/; #open new ORCA session my $ses=new PowerBuilder::ORCA([d:WORKCxsPowerBuilderORCApbtest.pbl], d:WORKCxsPowerBuilderORCApbtest.pbl, pbtest); #now, it is possible to carry out...


Platforms: *nix

License: Freeware Size: 48.13 KB Download (157): PowerBuilder::ORCA Download

Added: August 04, 2010 | Visits: 1.094

Net::ICQ This is a set of Perl modules that allow you to access the ICQ Instant Messaging. These modules provide you access to creating/receiving messages, writing clients, etc. After unzipping and untarring the distribution directory,you should be running these commands to install it: perl Makefile.PL...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (93): Net::ICQ Download

1 2 3 4 5 >