use strict; use warnings; use SomeModule; my $data = SomeModule::get_data(); print qq($data\n);