in reply to Re: Slightly OT: Perl and CGI - reading a file
in thread Slightly OT: Perl and CGI - reading a file
#! /usr/bin/perl -w use CGI qw(:standard); use CGI::Carp ('fatalsToBrowser'); #send any errors to the browser use strict;
I'm not sure if it prints anything. I'll do some tests and get back to you.
|
|---|