Can I install Active Perl in /usr/local/perl without affecting my
currently installed version of perl, then in my program use...
#!/usr/local/bin/perl
# insert program here
print "Currently using RedHat Linux 9.0\n";
jd
___
Perl-Unix-Users mailing list
Mohammed Gazal wrote:
> Hello ,
>
> When i try to send email from a solaris system with perl Mail::Mailer i
> get the error "Bad file number at
> /usr/lib/perl5/site_perl/5.005/Mail/Mailer.pm line
> 267."
>
> This is my example script
>
> #!usr/local/bin/perl
> ##
Hello ,
When i try to send email from a solaris system with perl Mail::Mailer i
get the error "Bad file number at
/usr/lib/perl5/site_perl/5.005/Mail/Mailer.pm line
267."
This is my example script
#!usr/local/bin/perl
##
use Mail::Mailer;
my $mailserv