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.
© OSzone.net 2001-