Help for this page

Select Code to Download


  1. or download this
    my $count = 0;
    my $message = "Get a Segmentation fault within 20 clicks of Okay: ";
    ...
      pop_up_a_message($message . $count);
      $answer = return_exit_if_count_gt_5($count++);
    }
    
  2. or download this
    #!/usr/bin/perl -w
    # File test_pop_up_a_message.pl
    ...
      pop_up_a_message($message);
      print ("You pressed $answer\n");
    }