in reply to inserting varibles into a string

there is something wrong with your vars assignment... are you sure that there is a hash called %in ??

did you enable warnings in your script ?? like #!/usr/bin/perl -w ??

print out $in{'pSection'} alone to see if it is correctly assigned. because I think that the problem is with the var assignment, and not the concatenation.


Chady | http://chady.net/