Languages

Components, Scripts, Codes: CGI/PERL / Tips and Tutorials / File Management

Working with files in Perl

This tutorial shows you how to work with files in Perl. This is one of very fundamentals of the Perl language, since it's originally designed to...

By: Diederik van der Boor Homepage


 

Freeware

Perl 101 (Part 4) - Mind Games

Perl 101(Part 4) ? Mind Games is an article that teaches you how to use Perl to interact with files on your system. In addition, this article also...

By: Vikram Vaswani and Harish Kamath Homepage

Freeware

Hiding a file

This allows you to solve the problem of denying access to some files on the server without the usage of server commands or configuration files....

By: Barbos Homepage

Freeware

Handling file uploading from www forms with CGI.pm

CGI programming texts rarely discusses the technique involved in handling forms that upload files which is an often necessary requirement. This...

By: Perlfect Solutions Homepage

Freeware

Files & Directories

Learn how to work with files and directories. Print list of files or directories. Open, read, rename, lock, unlock, print file. Replace in file....

By: Vladimir Geshanovaaaa Homepage

Freeware

File Upload In Perl

This tutoral will teach you how to write a proper HTML form tags and also how to use the CGI module to get the uploaded file onto the server.

By: Alexaaaa Homepage

Freeware

Browing through directories

This allows you to browse through directories in Perl while using the recursive function. When a technique called a callback is added this function...

By: Diederik van der Boor Homepage

Freeware