> I understand what you are saying but I would have to include
> the path, the @INC thing, to the "use
> WhateverTheHeckICallTheModule qw(emailx);".
>
No you wouldn't not if you install it via cpan (IE it's in a standard directory
already in @INC)
Same with any other module, Net::SMTP, Mail::S
> > #/usr/bin/perl
> > use strict;
> > use warnings;
> > use WhateverTheHeckICallTheModule qw(emailx);
> >
> > emailx({
> > ip => '1.2.3.4',
> > to => '[EMAIL PROTECTED]',
> > fr => '[EMAIL PROTECTED]',
> > sb => 'Inquiry Response Request',
> > ms => $emailme
> Great, I got the use lib to work but where is the directory
> for these modules you mentioned (on linux):
>
Cool.
> > No you wouldn't not if you install it via cpan (IE it's in
> a standard
> > directory already in @INC) Same with any other module, Net::SMTP,
> > Mail::Sender,
>
> I did
Hi
I am trying to set cookie in PHP but I am getting this error. Any idea?
Warning: Cannot modify header information - headers already sent by
(output started at
/home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in
/home/stringin/public_html/blog/blogs/smart/checkuser.php on line 25
Deepesh Nambiar wrote:
I am trying to set cookie in PHP but I am getting this error. Any idea?
Warning: Cannot modify header information - headers already sent by
(output started at
/home/stringin/public_html/blog/blogs/smart/checkuser.php:5) in
/home/stringin/public_html/blog/blogs/smart/checku