I cannot get 'warn' statements to print to screen from within a module, do I need to enable them in some way?
Keith
Keith
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#!/usr/bin/perl -w
use strict;
use CGI qw( :standard );
{
local *STDERR = *STDOUT; # this only applies inside this block
print header,start_html, h1('Hello World');
warn 'error!';
}
print p('printed to stdout');
warn 'error!';
print end_html;
but the RTF file format seems to have been created to make interfacing as hard as possible.