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

File Upload Pdf File Perl software
Filter: All | Freeware | Demo
 

File Upload Pdf File Perl

< 1 2 3 4 5 
Added: November 03, 2010 | Visits: 1.463

File::Comments::Plugin::Java File::Comments::Plugin::Java is a Perl plugin to detect comments in Java source code. SYNOPSIS use File::Comments::Plugin::Java; File::Comments::Plugin::Java is a plugin for the File::Comments framework. Both /* ... */ and // style comments are recognized. This is not a full-blown C...



Platforms: *nix

License: Freeware Size: 12.29 KB Download (143): File::Comments::Plugin::Java Download

Added: June 10, 2010 | Visits: 924

File::FilterFuncs File::FilterFuncs is a Perl module that specify filter functions for files. SYNOPSIS use File::FilterFuncs qw(filters); filters(source.txt, sub { $_ = uc $_; 1 }, dest.txt ); INTRODUCTION File::FilterFuncs makes it easy to perform transformations on files. When you use this module,...





Platforms: *nix

License: Freeware Size: 12.29 KB Download (100): File::FilterFuncs Download

Added: August 11, 2010 | Visits: 867

File::BSDGlob File::BSDGlob is a Perl extension for BSD glob routine. SYNOPSIS use File::BSDGlob :glob; @list = glob(*.[ch]); $homedir = glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (even with -T) use File::BSDGlob globally;...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (87): File::BSDGlob Download

Added: August 12, 2010 | Visits: 633

File::Glob File::Glob is a Perl extension for BSD glob routine. SYNOPSIS use File::Glob :glob; @list = bsd_glob(*.[ch]); $homedir = bsd_glob(~gnat, GLOB_TILDE | GLOB_ERR); if (GLOB_ERROR) { # an error occurred reading $homedir } ## override the core glob (CORE::glob() does this automatically...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (88): File::Glob Download

Added: April 05, 2010 | Visits: 1.239

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): File::Remote Download

Added: October 02, 2010 | Visits: 943

File::lockf File::lockf is a Perl module interface to the lockf system call. SYNOPSIS use File::lockf; File-Lockf is an interface to the lockf system call. Perl supports the flock system call natively, but that does not acquire network locks. Perl also supports the fcntl system call, but that is...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (96): File::lockf Download

Added: November 06, 2010 | Visits: 1.020

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic...


Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: November 27, 2010 | Visits: 1.011

File::Path File::Path is a Perl module to create or remove directory trees. SYNOPSIS use File::Path; mkpath([/foo/bar/baz, blurfl/quux], 1, 0711); rmtree([foo/bar/baz, blurfl/quux], 1, 1); The mkpath function provides a convenient way to create directories, even if your mkdir kernel call wont...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (93): File::Path Download

Added: November 27, 2010 | Visits: 928

File::Data File::Data is a Perl module as a interface to file data. Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new() SYNOPSIS use strict; use...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (91): File::Data Download

Added: October 14, 2010 | Visits: 2.593

Nokia::File::NFB Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files. SYNOPSIS use Nokia::File::NFB; my $nfb = new Nokia::File::NFB; ## read in the file phone_backup.nfb. $nfb->read(phone_backup.nfb); ## print out the phone model the backup file is of. print...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (517): Nokia::File::NFB Download

Added: August 18, 2010 | Visits: 2.334

Config::File Config::File is a Perl module to parse a simple configuration file. SYNOPSIS use Config::File; my $config_hash = Config::File::read_config_file($configuration_file); read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Config::File Download

Added: September 04, 2010 | Visits: 1.191

File::Maker File::Maker is a Perl module that mimics a make by loading a database and calling targets methods. SYNOPSIS ##### # Subroutine interface # use File::Maker qw(load_db); %data = load_db($pm); ###### # Object interface # require File::Maker; $maker = $maker->load_db($pm);...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): File::Maker Download

Added: March 07, 2010 | Visits: 980

File::Where File::Where is a Perl module to find the absolute file for a program module; absolute dir for a repository. SYNOPSIS ####### # Subroutine interface # use File::Where qw(pm2require where where_dir where_file where_pm where_repository); $program_module = is_module(@program_modules);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (91): File::Where Download

Added: October 11, 2010 | Visits: 602

File::AnySpec File::AnySpec is a Perl module to perform operations on foreign (remote) file names. SYNOPSIS # Subroutine Interface # use File::AnySpec qw(fspec2fspec pm2fspec os2fspec fspec2os fspec_glob fspec2pm); $file = fspec2fspec($from_fspec, $to_fspec $fspec_file, [$nofile]) $os_file =...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (93): File::AnySpec Download

Added: April 11, 2010 | Visits: 1.103

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: May 19, 2010 | Visits: 841

File::Locate File::Locate is a Perl module to search the (s)locate-database from Perl. SYNOPSIS use File::Locate; print join "n", locate "mp3", "/usr/var/locatedb"; # or only test of something is in the database if (locate("mp3", "/usr/var/locatedb")) { print "yep...sort of mp3 there"; } # do...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (104): File::Locate Download

Added: August 11, 2010 | Visits: 966

File::Basename::Object File::Basename::Object is a Perl module with object-oriented syntax sugar for File::Basename. SYNOPSIS my $file = File::Basename::Object->new("/path/to/a/file.html", ".htm", ".html"); if(open(my $fh, <, $file)) { print "Now reading ", $file->basename, "n"; ... } if($file ==...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): File::Basename::Object Download

Added: April 05, 2010 | Visits: 777

File::Slurp File::Slurp is a Perl module for efficient reading/writing of complete files. SYNOPSIS use File::Slurp; my $text = read_file( filename ) ; my @lines = read_file( filename ) ; write_file( filename, @lines ) ; use File::Slurp qw( slurp ) ; my $text = slurp( filename ) ; This module...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (108): File::Slurp Download

Released: November 05, 2010  |  Added: November 09, 2010 | Visits: 6.907

PHP File Manager | CloudOsys CloudOsys is a PHP file manager, a tool that allows your visitors upload files such as media content directly to your website. Your visitors will upload files directly to your website, where they can share and comment on them. Through cloud computing technology using the browser, the script...


Platforms: Windows, Mac, *nix, Java

License: Freeware Size: 1.41 MB Download (403): PHP File Manager | CloudOsys Download

Released: April 26, 2012  |  Added: May 05, 2012 | Visits: 1.303

PDF File Converter Pro PDF File Converter Pro is a powerful application that provides full control over PDF documents. You will convert PDFs to editable Word and Excel documents with just a single mouse click. It also offers conversion from PDF to HTML, JPEG and TIFF. With this program you will split, merge and...


Platforms: Windows

License: Shareware Cost: $49.90 USD Size: 484.38 KB Download (124): PDF File Converter Pro Download

< 1 2 3 4 5