Given the following situation:
select $my_file_handle;
my $outside = fileno select;
async {
my $inside = fileno select;
};
I discover that $inside is not the same as $outside which is not what I
would have expected. Is this by design? I couldn't find any mention of
this behaviour in the documentation.
--
Mark Lawrence