P
pakalk
Hello,
I am newbie to perl, and I have a problem...
I do:
#!/usr/bin/perl
print system("curl https://www.example.com");
in test.pl and ALL is OK. I get what I want.
I do this same in Paralles PBA Plugin, and... I get "0" only.
Please, tell my WHY? Do you know why?
Or could U tell me what library use to CURL, and/or how to do a curl
call in the easiest way.
I know perl very very bad
and I do not want to learn it a lot - I
just need it to a job ;/
Thank You
I am newbie to perl, and I have a problem...
I do:
#!/usr/bin/perl
print system("curl https://www.example.com");
in test.pl and ALL is OK. I get what I want.
I do this same in Paralles PBA Plugin, and... I get "0" only.
Please, tell my WHY? Do you know why?
Or could U tell me what library use to CURL, and/or how to do a curl
call in the easiest way.
I know perl very very bad
just need it to a job ;/
Thank You