in reply to Re: First attempt at bringing in file for input/output
in thread First attempt at bringing in file for input/output

As stevieb pointed out, use v5.12; does enable strict.

Quoting use:

use VERSION also lexically enables all features... Similarly, if the specified Perl version is greater than or equal to 5.12.0, strictures are enabled lexically as with use strict.