in reply to Edit a New file in place after reading it in
GrandFather already commented on "use warnings".#use warning; #use 5.280;
The other line has a similiar problem:
use 5.280 is short for version 5.280.0, while the current stable version is 5.34.0, so I'd assume you intended use 5.028;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Edit a New file in place after reading it in
by etj (Priest) on Dec 27, 2021 at 07:18 UTC |