Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Perl: Extracting the value from --rsync-path=PROGRAM key/value pair

by davido (Cardinal)
on Jun 30, 2020 at 19:05 UTC ( [id://11118733]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        printf "%-48s: rsync_path => %-32s\n", "($string)" => "($rsync_pat
    +h)";
    }
    
  2. or download this
    (--rsync-path = 'blah blah')                    : rsync_path => (blah 
    +blah)                     
    (--rsync-path=/usr/bin/rsync)                   : rsync_path => (/usr/
    +bin/rsync)                
    ...
    (--rsync-path='blah blah \'blah')               : rsync_path => (blah 
    +blah \'blah)              
    (--rsync-path='blah blah' --another-option)     : rsync_path => (blah 
    +blah)                     
    (--another-option --rsync-path='blah blah')     : rsync_path => (blah 
    +blah)
    

Log In?
Username:
Password:

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

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

    No recent polls found