#!/usr/bin/perl # cwd.pl use strict; use CGI; use CGI::Carp 'fatalsToBrowser'; use Cwd; my $q = new CGI; print $q->header, $q->start_html(), $q->pre(cwd()), $q->end_html;
What path is displayed?
poj
In reply to Re^3: Module Path Problem
by poj
in thread Module Path Problem
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |