Greetings,
I have a string formatted closely to the following example:
examplestringofrandomlength/userid=6&refid=49
I am trying to extract the two numbers and insert them into their own scalars so that:
$num1 = 6
$num2 = 49
Also note that the first number(6) will always be between 1-6 whereas the second number(49) ranges from 1-9999.
In reply to Extracting two numbers from a string by soap
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |