in reply to Re: Re: Sub Perl Scrips
in thread Sub Perl Scrips

Why can't backticks use defined(wantarray) to find out if they where called in a void context, and if so, do not return or capture the output? (Redirecting to /dev/null comes to mind)