As I was trying to relearn how to read from STDIN I tried the following code: my $input = $*IN.readline; which caused a segmentation fault in Rakudo. Gabor