Help for this page

Select Code to Download


  1. or download this
    sub get_ids {
        my ($self, %attrs) = @_;
    ...
        return $result{'message'} or "$result{'api-key'}:$result{'session'
    +}";   # <- line 229
        return "SOMETHING";
    }