- or download this
my @array = (
'Main//News',
'Main//Reviews//PC',
...
'Main//Reviews//XBox',
'Other Menu//Other//Sub//Menus'
);
- or download this
my @array = (
'Main//Reviews//PS2',
'Other Menu//Other//Sub//Menus',
...
'Main//News',
'Main//Reviews//PC'
);
- or download this
my @array = (
'Other Menu//Other//Sub//Menus',
'Main//News',
...
'Main//Reviews//PS2',
'Main//Reviews//PC'
);