in reply to Re: Re: Rows fail to delete without error
in thread Rows fail to delete without error

Now you got me curious again. How do you not use the first element? You use @blah = h2("TEXT"); and then call blah, how does that not use the first element?
my @success = h2({},'TEST'); success(@success); sub success { print shift , "\n"; }
There is only one element in the list that I can see in that syntax, what I am missing?