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

Lock Perl freeware
Filter: All | Freeware | Demo
 

Lock Perl

< 1 2 3 4 5 
Released: June 18, 2012  |  Added: June 18, 2012 | Visits: 755

Tie::DB_Lock Tie::DB_Lock Perl module can tie hashes to databases using shared and exclusive locks. SYNOPSIS use Tie::DB_Lock; use DB_File; tie(%hash, Tie::DB_Lock, $filename, rw); # Open for writing $hash{key} = value; untie %hash; tie(%hash2, Tie::DB_Lock, $filename); # Default is read-only...



Platforms: *nix

License: Freeware Size: 7.17 KB Download (95): Tie::DB_Lock Download

Added: February 26, 2010 | Visits: 843

libintl-perl libintl-perl is a library that supports message translation for Perl, written in pure Perl (version 5.004 or better). A faster C version is also built and installed if the system fulfills all requirements. Its interface is very similar to the gettext family of functions in C, and it uses the...





Platforms: *nix

License: Freeware Size: 450.56 KB Download (95): libintl-perl Download

Added: January 18, 2010 | Visits: 1.273

Data::Encrypted Data::Encrypted is a Perl module to transparently store encrypted data via RSA. SYNOPSIS # functional interface: use Data::Encrypted file => "./.$0-encrypted-data", qw(encrypted); # note: login and password are not *really* the login and # password values, only the desired prompt! my...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (94): Data::Encrypted Download

Added: November 12, 2010 | Visits: 1.021

File::NFSLock File::NFSLock is a Perl module to do NFS (or not) locking. SYNOPSIS use File::NFSLock qw(uncache); use Fcntl qw(LOCK_EX LOCK_NB); my $file = "somefile"; ### set up a lock - lasts until object looses scope if (my $lock = new File::NFSLock { file => $file, lock_type => LOCK_EX|LOCK_NB,...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::NFSLock Download

Added: January 15, 2010 | Visits: 1.314

LibCVS Perl LibCVS Perl simplifies the job of writing tools around CVS by providing Perl libraries that programmers can access directly in their code. Its current focus is libraries that use the cvsclient protocol to talk to a CVS server and are targetted at the development of client applications....


Platforms: *nix

License: Freeware Size: 87.04 KB Download (93): LibCVS Perl Download

Released: February 26, 2017  |  Added: December 01, 2022 | Visits: 919

Favorite Lock Screen The program allows you to install your favorite lock/start screen image on Windows 10 or Windows 8.1. Also, you can choose an image file folder, and the program installs a randomly selected lock/start screen image each logon. The supported image file formats are JPG, PNG, GIF and BMP.


Platforms: Windows 7, Windows, Other

License: Freeware Size: 1.28 MB Download (93): Favorite Lock Screen Download

Added: February 03, 2010 | Visits: 995

HTTPD::GroupAdmin HTTPD::GroupAdmin is a Perl module for the management of HTTP server group databases. SYNOPSIS use HTTPD::GroupAdmin (); This software is meant to provide a generic interface that hides the inconsistencies across HTTP server implementations of user and group databases. METHODS new ()...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (93): HTTPD::GroupAdmin Download

Added: July 12, 2010 | Visits: 1.017

Data::Page::Viewport Data::Page::Viewport is a Perl module to scroll thru data a page, or just an item, at a time. Synopsis This is a complete, tested, runnable program. #!/usr/bin/perl use strict; use warnings; use Data::Page::Viewport; # ----------------------------------------------- my(@data) =...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): Data::Page::Viewport Download

Added: February 16, 2010 | Visits: 1.279

Mozilla::Backup Mozilla::Backup is a Perl module as a backup utility for Mozilla profiles. SYNOPSIS $moz = Mozilla::Backup->new(); $file = $moz->backup_profile("firefox", "default"); This package provides a simple interface to back up and restore the profiles of Mozilla-related applications such as...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (93): Mozilla::Backup Download

Added: October 22, 2010 | Visits: 1.096

Log::Dispatch::File::Alerts Log::Dispatch::File::Alerts is a Perl object for logging to alert files. SYNOPSIS use Log::Dispatch::File::Alerts; my $file = Log::Dispatch::File::Alerts->new( name => file1, min_level => emerg, filename => Somefile%d{yyyy!!!!}.log, mode => append ); $file->log( level => emerg,...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Log::Dispatch::File::Alerts Download

Added: March 03, 2010 | Visits: 733

Web Web Perl module contains a set of useful routines for many webworking purposes. This module was primarily made for UNIX/Linux-Systems. Parts of it cannot be used on other systems. E.g. the procedures for file locking demand systems that can use symlinks. If you use the modul on systems where...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Web Download

Added: May 02, 2010 | Visits: 769

Fcntl Fcntl is a Perl module to load the C Fcntl.h defines. SYNOPSIS use Fcntl; use Fcntl qw(:DEFAULT :flock); This module is just a translation of the C fcntl.h file. Unlike the old mechanism of requiring a translated fcntl.ph file, this uses the h2xs program (see the Perl source distribution)...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (91): Fcntl Download

Added: September 14, 2010 | Visits: 909

Perl::Critic::Config Perl::Critic::Config is a Perl module to find and load Perl::Critic user-preferences. Perl::Critic::Config takes care of finding and processing user-preferences for Perl::Critic. The Config object defines which Policy modules will be loaded into the Perl::Critic engine and how they should be...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (90): Perl::Critic::Config Download

Added: September 13, 2010 | Visits: 1.036

Perl::Metric::Basic Perl::Metric::Basic is a Perl module that can provide basic software metrics. SYNOPSIS # first construct a PPI::Document object to pass in my $document = PPI::Document->load("t/lib/Acme.pm"); # then retrieve metrics on the document my $m = Perl::Metric::Basic->new; my $metric =...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Perl::Metric::Basic Download

Added: May 13, 2010 | Visits: 1.020

Simple Perl Package Manager Simple Perl Package Manager tracks the files added or deleted from a system by using "find". It can detect modified files using installwatch, make backups of modified or deleted files, and remove, list, or make a tarball of a package. It records MD5 checksums of all installed files and includes...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (89): Simple Perl Package Manager Download

Added: May 04, 2010 | Visits: 674

SimpleCDB SimpleCDB - A Perl-only Constant Database. SYNOPSIS use SimpleCDB; # writer # - tie blocks until DB is available (exclusive), or timeout tie %h, SimpleCDB, db, O_WRONLY or die "tie failed: $SimpleCDB::ERRORn"; $h{$k} = $v; die "store: $SimpleCDB::ERROR" if $SimpleCDB::ERROR; untie %h;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (89): SimpleCDB Download

Released: July 10, 2014  |  Added: July 21, 2014 | Visits: 21.470

Free EXE Lock Free EXE Lock provides optional encryption modes to lock your EXE programs: Speed priority - faster but not compressed; Security priority - slower mode, secure & compressed. It is able to lock executable programs on your computer to password-protect any executable file from non-authorized...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 3.59 MB Download (88): Free EXE Lock Download

Added: July 21, 2010 | Visits: 864

Hub::Perl::Language Hub::Perl::Language is a Perl module that contains a lot of methods. PUBLIC METHODS sizeof Integer size of hashes, arrays, and scalars Usage: sizeof %hash Usage: sizeof @array Usage: sizeof $scalar_ref Usage: sizeof $scalar Usage: sizeof %more, @than, $one Sizes are computed as...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (87): Hub::Perl::Language Download

Added: May 02, 2013 | Visits: 11.644

Guestbook Perl Script Script Visitors who come to your site will be able to leave comments and other general information about themselves.If you want to know what your visitors are thinking, and if you want an attractive, fully customizable script, this one is perfect for you.Features include template files to fit any...


Platforms: CGI and Perl

License: Freeware Size: 163.84 KB Download (82): Guestbook Perl Script Script Download

Released: August 08, 2014  |  Added: September 02, 2014 | Visits: 1.406

PCTuneUp Free EXE Lock PCTuneUp Free EXE Lock is a powerful yet easy to use system utility that enables you to lock any Windows executable applications in few steps, like games, web browsers, tax preparation software, etc. It is designed for people who want to protect their sensitive programs from an unauthorized usage...


Platforms: Windows, Windows 8, Windows 7

License: Freeware Size: 901.07 KB Download (69): PCTuneUp Free EXE Lock Download

< 1 2 3 4 5