Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Reoccuring message

by Lotus1 (Vicar)
on Sep 07, 2018 at 02:35 UTC ( [id://1221900]=note: print w/replies, xml ) Need Help??


in reply to Re: Reoccuring message
in thread Reoccuring message

Although use strict; is highly recommended [...] in this case, the behaviour would be identical to that observed [...]

Hi Bloodnok. If you add use strict; to the program from the OP then you get errors for the undeclared variables. After you add 'my' to declare them as lexical variables you get an error 'Can't use global $1 in "my" at C:\path\997292.pl line 7, near "my $1 ".'

Edit: Here are some discussions about using the strict pragma. Use strict and warnings, strict, https://www.perl.com/pub/2001/01/begperl6.html/#use%20strict, Why We Use Strict!, https://perlmaven.com/strict.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-03-19 06:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found