Hi, The attached patch adds support for a new variable $^U that allows to customize the value of undef when it is converted into an string: For instance, local $^U = '<undef>'; print "hello $some_undefined_var"; would print: hello <undef> Cheers, - SalvaThread Next