use strict; my @array = (); print "Array is empty\n" if ( ! @array ); [download]
In reply to Re: Empty or not empty ? by jesuashok in thread Empty or not empty ? by Anonymous Monk