in reply to Re^2: How to add the client filtering function in perl table?
in thread How to add the client filtering function in perl table?
Just like before, like my_sorted_fudge, you'd create a function to do stuff you want, say my_filtered_fudge( \@array, $criteria ... ); and my_filtered_fudge would modify the array any way you please
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to add the client filtering function in perl table?
by GordonLim (Acolyte) on Jun 26, 2013 at 09:26 UTC | |
|
Re^4: How to add the client filtering function in perl table?
by GordonLim (Acolyte) on Jul 10, 2013 at 02:13 UTC |