#!/usr/bin/perl -w use strict; use List::Util 'shuffle'; my @tmp=; my @shuffled = shuffle(@tmp); print @shuffled;