Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    sub f1_callback {
        printf "F1 callback generated with %#x\n", $_[1];
    }
    
  2. or download this
    F1 callback generated with 0x43
    F1 callback generated with 0x44