10.07.2015 Views

Beginning Web Development With Perl : From Novice to ... - Nabo

Beginning Web Development With Perl : From Novice to ... - Nabo

Beginning Web Development With Perl : From Novice to ... - Nabo

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CHAPTER 4 ■ SYSTEM INTERACTION 81Figure 4-2. Uploading an HTML fileFigure 4-3. Output showing the Content-TypeListing 4-2. Checking for Acceptable File Types#!/usr/bin/perluse strict;use CGI qw/:standard/;

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!