I recently came across the following code for one of the perl module
my @cat = qw( cat );
use IPC::Run qw( run timeout );
eval { run \@cmd, '<', "in.txt", \&out, \&err or die "cat: $?" };
#here why status variable is being done Binary Shift Right
my $status = $? >> 8;
I am unable to make why binary shift has been made.
Because you don't get the information you want if you don't.
$?
contains three pieces of information:$? & 0x7F
)($? >> 7) & 1
)exit
($? > 8
)