sub check_stack { my $stack = $_[0]; if ($stack ~~ @stack) { return 1; } else { return 0; } } [download]
In reply to Re: Problems with a regex? by 2teez in thread Problems with a regex? by dwlepage