Help for this page

Select Code to Download


  1. or download this
    printf("Segmentation fault\n");
    sleep(4);
    printf("just kidding. it's all good.\n");
    
  2. or download this
    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";