Greetings kennethk, and thank you for taking the time to provide this solution!
That's exactly what I was thinking. But, while having read -X, still hadn't figured out how to accomplish it in Perl.
Thanks, again. I really appreciate it.
--chris
#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.4";
print $perl_version;
Comment on Re^4: Temporary file management in Perl -- is it possible?