#!/usr/bin/perl -w use CGI qw(:standard); use Cwd; my $dir = getcwd; print header, start_html(); print "

Directory: $dir

"; print end_html();