Help for this page
use IPC::Lite Key => 'TEST', qw(@urls) ; push( @urls, ("a", "b", "c") );
use IPC::Lite Key => 'TEST', qw(@urls) ; ... a b c
require IPC::Lite; our @urls; ... }; OUTPUT: