Help for this page

Select Code to Download


  1. or download this
    
    char command[] = "/home/user/scripts/PerlScript.pl";
    ...
       fputs(buffer, stdout);
    pclose(fp);
    free(buffer);
    
  2. or download this
    my $randomVar = "Hello World\n";
    print $randomVar;
    
  3. or download this
    my $res = $ua->get('http://SOMEURLHERE');
    print $res->decoded_content;