Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Contextual find and replace large config file

by Veltro (Hermit)
on Jan 05, 2019 at 11:35 UTC ( [id://1228072]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # comment
    GlobalParam = 1
    ...
        NestedObjectY {
            Param1 = 5
    } }
    
  2. or download this
    [
        [
    ...
            }
        ],
    ] ;
    
  3. or download this
    # comment
    GlobalParam = 1
    ...
            NestedObjectY {
                    Param1 = 10
    } }
    
  4. or download this
    use warnings ;
    use strict ;
    ...
        NestedObjectY {
            Param1 = 5
    } }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-23 08:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found