[Perl-unix-users] installing?

2003-11-19 Thread Jay Daniels
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

Re: [Perl-unix-users] getting Bad file numer error

2003-11-19 Thread $Bill Luebkert
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 > ##

[Perl-unix-users] getting Bad file numer error

2003-11-19 Thread Mohammed Gazal
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