Posts by Matheus.M. • 1 point
1 post
-
0
votes1
answer116
viewsA: Convert perl script to php
arroba in front of the perl variable is nothing more than an array, so it would look something like this: <?php function checkresponse(){ $input = "200 result=55 abc"; $values = array();…