Help for this page

Select Code to Download


  1. or download this
    sub quote_string {
        qq{"\Q$_[0]\E"}
    ...
        };
        send_to_client(@_);
    };