in reply to Re^2: PLEASE Help with this script
in thread PLEASE Help with this script

You're not using strict, and the script is a horrible mess. I suggest a complete rewrite.

At least the empty file will likely come from $write_data not being what you think it is. It is assigned to by this line of code:

$write_data="$${paramname}:::";

... and I don't even want to track down to what global variable name is stored in $paramname and where it is then dereferenced to.

Replies are listed 'Best First'.
Re^4: PLEASE Help with this script
by ksolomon (Initiate) on Dec 16, 2009 at 22:24 UTC
    Thank you so much for your help! You just proved to me that I need to pass this project on to someone that knows what they are doing. I give up.