* subst( files => [ ], variables => { } )

Converts variables, like so:

$a = '~_~SUPPORT_FILES_DIR~_~';

into

$a = '/blah/blah/';