hi all,
question that has been driving me batty.. here goes i hope that i
have been descriptive enough. i have at the top of my cg program a variable 
that is called.
$Mystuff = $field{'Mystuff'};
#this will print a real value for the $Mystuff just fine to a the cgi html that
#i have prove contains values as i can print it further down from the open but
#when i do a .. 
open(FD, "myprog $Mystuff");
#thinking that my values 'just have' to enter the open() for execution by myprog
#myprog never receives the values of $Mystuff complaining that the prefix can't
#be null. which says that it never got them. how does one solve this??
TIA
Best Regards,
[EMAIL PROTECTED]

Reply via email to