sub main { &first; &second; } sub first { some stuff.... return @something; } sub second { I need @something }