in reply to Re: Re: Rows fail to delete without error
in thread Rows fail to delete without error
There is only one element in the list that I can see in that syntax, what I am missing?my @success = h2({},'TEST'); success(@success); sub success { print shift , "\n"; }
|
|---|