Search
Advanced Search
Show Categories
Add New Script
Modify script
About Us
Terms Of Use
Link To Us
Recommend Us
Contact Us
Links
List by category
Select Category
Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
XML
Most popular
1.
WeberDev's Forums
2.
Easy payments...
3.
Circular preloader
4.
Phase...
5.
FFTW with OpenCV
6.
Menu with...
7.
Basic...
8.
UserGate...
9.
PixExpose
10.
Two Levels XML...
more ...
Top rated
1.
Pixel Ad Script
2.
Googlebot last...
3.
dhtmlxCalendar...
4.
DHTMLX Ajax...
5.
FFTW with OpenCV
6.
Simple Contact Us
7.
Building...
8.
UserGate...
9.
dhtmlxGrid :...
10.
Phase...
more...
HOME
>
CGI and Perl
>
File Manipulation
File Manipulation scripts
Perl Basics: Reading, Writing and Taking a Bite
To increase the interactiving and ability of the script to "remember" things, we'll need to store some information in separate files. This tutorial shows you how Perl allows you to create, edit and delete files. Some additional, and useful,
Handling file uploading from www forms with CGI.pm
This tutorial shows how to handle file uploads from web forms in your CGI programs using Perl and CGI.pm.