in reply to
suppress warning: Exiting subroutine via next
What's wrong with using
return
?
return unless m/.txt$/i;
[download]
Comment on
Re: suppress warning: Exiting subroutine via next
Download
Code
In Section
Seekers of Perl Wisdom