Whoops, while cutting out my email in the example I also cut a }.
Should be:
print a({-href=>'mailto:[EMAIL PROTECTED]'},
'[EMAIL PROTECTED]');
-will
Miles Sapp wrote:
>
> I copied and pasted the code that was suggested for Carp (below) and ran it and
> I can't get it to work. Does anyone kn
I copied and pasted the code that was suggested for Carp (below) and ran it and
I can't get it to work. Does anyone know what's wrong with it? Thanks
Miles
> use CGI::Carp qw(fatalsToBrowser set_message);
>
> BEGIN {
> sub handle_errors {
> my $msg = shift;
> print h1('Oh gosh');
>
sa Raymond wrote:
> >
> > Dear fliptop:
> >
> > Yes sir! That is exactly what I want to do.
>
> ok, good. see below for my thoughts.
>
> > >Teresa Raymond wrote:
> > >>
> > >> OK, I am a relative novice to Programming, Perl, CGI
As suggested by others on this list I'm using MIME::Lite.
> >> I've written the below code with part of a MIME::Lite example copied.
> >> I've put the whole code here because I'm not sure what to leave out.
> >> The actual problem occurs at during the sub
Dear fliptop:
Yes sir! That is exactly what I want to do.
>Teresa Raymond wrote:
>>
>> OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
>> MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
>> I've written the below c
Teresa Raymond wrote:
>
> OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
> MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
> I've written the below code with part of a MIME::Lite example copied.
> I've put the whole code her
Any and all help is appreciated. Thank you in advance.
OK, I am a relative novice to Programming, Perl, CGI, CGI.pm and
MIME::Lite. As suggested by others on this list I'm using MIME::Lite.
I've written the below code with part of a MIME::Lite example copied.
I've put the