- or download this
use strict;
use warnings;
...
print "Trying next parse...\n";
}
- or download this
I got variable (x) set to value (10)
I got variable (y) set to value (12)
I got variable (z) set to value (100)
Trying next parse...
- or download this
I got variable (x) set to value (10)
Trying next parse...
...
Trying next parse...
I got variable (z) set to value (100)
Trying next parse...