Help for this page

Select Code to Download


  1. or download this
    # shellish quote.
    sub quote_cmd
    ...
            }
        } @_;
    }
    
  2. or download this
    # @options has options for ssh itself.
    my @cmd = (
    ...
              $self->quote_cmd(@cmd)
             );
    }