I'm a perl novice. What's happening inside the backticks of the following?
$selfext
and $banner
are previously defined. The statement below is executed in Linux and I don't understand where the banner function is coming from? When I print $_
I get a null string.
$_=`banner $selfext $banner`;