in reply to Edit a New file in place after reading it in

#use warning; #use 5.280;
GrandFather already commented on "use warnings".

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
    Another way would be to say use v5.28;