As per use, any use VERSION where VERSION is 5.12 or higher enables strict, as well as the corresponding feature bundle. I would recommend also enabling warnings (see Use strict and warnings), i.e.
#!/usr/bin/env perl use warnings; use 5.032; # or use v5.32
The above shebang uses the perl that's in your PATH, for a specific perl, use e.g. #!/usr/bin/perl.
In reply to Re: use 5.32
by haukex
in thread use 5.32
by plvicente
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |