Help for this page
printf("Segmentation fault\n"); sleep(4); printf("just kidding. it's all good.\n");
sub first_n_chars($$) { ... print first_n_chars(1, $foo) , "\n"; print first_n_chars_2(2, $foo) , "\n"; print first_n_chars_3(3, $foo) , "\n";