rpike has asked for the wisdom of the Perl Monks concerning the following question:
I get the error "Use of uninitialized value $newTest in concatenation (.) or string at <scriptname>...." What could possibly cause the error and how can I fix the problem? Thanks.$newTest = `dir`; print "String back : " . $newTest;
|
|---|