sub backatcha { @a = (1,2,3); return @a; } # @b will have same contents as @a @b = backatcha();