http://www.perlmonks.org?node_id=1030709


in reply to Re^3: Temporary file management in Perl -- is it possible?
in thread Temporary file management in Perl -- is it possible?

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?