user171078
23-01-2010, 12:44
как использовать 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);
}
код на 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);
}