Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    
    void main(void)
    ...
        execv( "./script.pl", temp );
        printf("error");
    }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    pi@raspberrypi ~/Desktop/perlmonks $ ./hello
    Hello from c
    >>2 3<< from Perl