Компьютерный форум OSzone.net  

Компьютерный форум OSzone.net (http://forum.oszone.net/index.php)
-   Программирование и базы данных (http://forum.oszone.net/forumdisplay.php?f=21)
-   -   ShellExecute и perl (http://forum.oszone.net/showthread.php?t=164398)

user171078 23-01-2010 12:44 1327624

ShellExecute и perl
 
как использовать ShellExecute и perl чтобы перейти на другой сайт
код на c а как на perl ?
Код:

#include <windows.h>
#include <stdio.h>
 #include <shellapi.h>
void main ()
{       
int url;       
printf("USA ad admitter started\n");   
 printf("open connection with  inetgiant \n"); 
ShellExecute(NULL, "open", "http:/example/ref=77777", NULL, NULL, SW_SHOWNORMAL);
 }



Время: 15:00.

Время: 15:00.
© OSzone.net 2001-