in reply to system qw()

Try qq(). That indicates a literal string ( same as a double quoted string), which will interpolate the variables in the string. qw() is a word list, and does not interpolate variables.


«Rich36»