in reply to Re: Re: Re: is this correct
in thread is this correct

So it is always a good practice to enable warnings in your script when you are programming for testing...
#!/usr/bin/perl -w
that way you can "see" where the problem is happening
Chady | http://chady.net/