Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Company = XYZ
Date = 12/4/2007
District = 5
A=23 B=23
C=34 D=23
E=34
F1=23,F2=23
F1=24,F2=33
F1=25,F2=34
A=9 B=42
C=98 D=56
E=12
F1=23,F2=23
F1=24,F2=33
F1=25,F2=34
F1=26,F2=35
while ($input_row =~ m{()=(\d+)}g) {
$_globals{'current'.$1} = $2;
}
Starting job topic1337 at 14:24 19/09/2007.
.----------------------------------.
| tLogRow_2 |
+----+----+----+----+----+----+----+
| a | b | c | d | e | f1 | f2 |
+----+----+----+----+----+----+----+
| 23 | 23 | 34 | 23 | 34 | 23 | 23 |
| 23 | 23 | 34 | 23 | 34 | 24 | 33 |
| 23 | 23 | 34 | 23 | 34 | 25 | 34 |
| 9 | 42 | 98 | 56 | 12 | 23 | 23 |
| 9 | 42 | 98 | 56 | 12 | 24 | 33 |
| 9 | 42 | 98 | 56 | 12 | 25 | 34 |
| 9 | 42 | 98 | 56 | 12 | 26 | 35 |
'----+----+----+----+----+----+----'
Job topic1337 ended at 14:24 19/09/2007.