package SomeModule; use strict; use warnings; sub get_data { return 'pretend this is a complex data structure'; } 1;