Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    void pin_mode (int pin, int mode){
        pinMode(pin, mode);
    }
    
  2. or download this
    running
    cref handler
    ...
    running
    dler
    Segmentation fault
    
  3. or download this
    $ gdb perl
    
    ...
    #1  0x000c0434 in Perl_runops_standard ()
    #2  0x000500a4 in perl_run ()
    #3  0x0002ab50 in main ()