in reply to scenarios to force list context
That's not exactly forcing it, but establishing it, I guess.my($foo, bar) = ($blah =~ /$blurk/);
The statement might be better written "There's no corresponding function to force list context, as the only place you'd need to 'force' list context would be in scalar context, where it has no meaning."
|
|---|