Random Project

Thanks

Hi, thanks for this, exactly what I was after. Just one thing, I had to shift the system exitcode by 8 to get Perl to match Shell, ie

my $exitCode = $? >> 8;

Thanks