Embedding Perl into Perl
Posted by Ashok Kumar on June 6th, 2010This article describes embedding a Perl script into a Perl script. This program is an Common Gateway Interface, which reads ASCII files through file upload and displays content of the file. The Perl script upload.pl is called through the Perl script file-upload.pl using function eval{ }. This program can be modified to call by reference function, to access in other programs too.
Recent Comments