On 2/22/07, at 7:27 PM -0500, Sherm Pendley wrote: > Possibly, someone replaced all your scripts #!/usr/bin/perl with #!/ > usr/local/bin/perl. Maybe you did that to test them against the newer > Perl and forgot to change it back, or maybe someone in your house has > a strange sense of humor. :-)
I don't have that strange a sense of humor, Sherm, and I'm the only one in the house who works with Perl. The bang lines on my problematic test routines all read "#!/usr/local/bin/perl" and the bang lines on good routines read "#!/usr/bin/perl". I think my computer may be infected with gremlins. I've changed everything to read "#!/usr/bin/perl" and now everything works. Thanks so much for your help! Unfortunately most of this system stuff is a mystery to me. Regards, Vic