From 38f702588eb9d6d4465df907f9fcab35bca3453f Mon Sep 17 00:00:00 2001 From: lshprung Date: Fri, 5 Nov 2021 16:25:02 -0700 Subject: Added max-depth flag --- shared.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'shared.pl') diff --git a/shared.pl b/shared.pl index b07071b..f29ca5e 100644 --- a/shared.pl +++ b/shared.pl @@ -25,8 +25,6 @@ sub db_cmd { return($sth->fetchall_arrayref); } -1; - # Handle digging into non-scalar tags and other deep arrays # @_[0] -> array tag/deep array sub flatten_array { @@ -47,3 +45,4 @@ sub flatten_array { return @output; } +1; -- cgit