Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Edit a New file in place after reading it in

by soonix (Canon)
on Dec 23, 2021 at 09:32 UTC ( [id://11139856]=note: print w/replies, xml ) Need Help??


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 (Deacon) on Dec 27, 2021 at 07:18 UTC
    Another way would be to say use v5.28;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11139856]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-20 03:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found