#!/usr/bin/perl -w use strict; my @tmp=; my @flipped = reverse(@tmp); print @flipped;