Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Gtk (c version) uses gtk_object_set_data() to bind data to an object before sending it via gtk_signal_connect() and gtk_object_get_data to retrieve it. I made the rash assumption that set_user_data & get_user_data were the perl equivalants but I got very strange behaviour using them. How do I pass references of multiple widgets to a sub in Gtk-Perl?
  • Comment on How do I pass data to subs in Gtk-Perl?