I am new to this forum and am trying to use use
use strict;
use diagnostics;
but my pl page will not display.
We run Windows 2003 server with perl installed on it.
This works:
#!/usr/bin/perl -w
use URI::Escape;
use LWP::UserAgent;
use XML::Simple;
use Data:
umper;
use Net::SMTP;
This gives the error:
"Script failed to send data."
#!/usr/bin/perl -w
use strict;
use diagnostics;
use URI::Escape;
use LWP::UserAgent;
use XML::Simple;
use Data:
umper;
use Net::SMTP;
What do I need to do to get the use strict; and use diagnostics; to work?
Thank you,
Chip
use strict;
use diagnostics;
but my pl page will not display.
We run Windows 2003 server with perl installed on it.
This works:
#!/usr/bin/perl -w
use URI::Escape;
use LWP::UserAgent;
use XML::Simple;
use Data:

use Net::SMTP;
This gives the error:
"Script failed to send data."
#!/usr/bin/perl -w
use strict;
use diagnostics;
use URI::Escape;
use LWP::UserAgent;
use XML::Simple;
use Data:

use Net::SMTP;
What do I need to do to get the use strict; and use diagnostics; to work?
Thank you,
Chip