Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: Best practices and any way to have Perl Tidy clean it up

by kcott (Archbishop)
on Apr 15, 2013 at 11:25 UTC ( [id://1028722]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -e '"abc" =~ s/c$//'
    Can't modify constant item in substitution (s///) at -e line 1, at EOF
    Execution of -e aborted due to compilation errors.
    
  2. or download this
    $ perl -e '2++'
    Can't modify constant item in postincrement (++) at -e line 1, near "2
    +++"
    Execution of -e aborted due to compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (5)
As of 2024-04-24 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found