Search results

  1. D

    perl - checking if a text is encrypted or not..?

    Hello.. I want to make a simple script to check port 80 for requests so if the http request is normal ascii or encrypted..? is it possible to make it with Regex or something
  2. D

    perl-saving the output of system()?

    hello all i have a code which goes like this code 1 send the command to the second code the second code receives the command and execute it on the machine but.. i want to send the results of the execution baack to the first code :( my $from_who = recv( UDP_SOCK, $file, MAX_RECV_LEN, 0 ); if...
Back
Top