1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
| Number found where operator expected at histo.pl line 17, near "1 2"
(Missing operator before 2?)
Number found where operator expected at histo.pl line 17, near "2 3"
(Missing operator before 3?)
Number found where operator expected at histo.pl line 17, near "3 4"
(Missing operator before 4?)
Number found where operator expected at histo.pl line 17, near "4 5"
(Missing operator before 5?)
Number found where operator expected at histo.pl line 17, near "5 6"
(Missing operator before 6?)
Number found where operator expected at histo.pl line 17, near "6 7"
(Missing operator before 7?)
Number found where operator expected at histo.pl line 17, near "7 8"
(Missing operator before 8?)
Number found where operator expected at histo.pl line 17, near "8 9"
(Missing operator before 9?)
Number found where operator expected at histo.pl line 17, near "9 10"
(Missing operator before 10?)
Number found where operator expected at histo.pl line 17, near "10 11"
(Missing operator before 11?)
Number found where operator expected at histo.pl line 17, near "11 12"
(Missing operator before 12?)
Number found where operator expected at histo.pl line 20, near "5.8 5.0"
(Missing operator before 5.0?)
Number found where operator expected at histo.pl line 20, near "5.0 4.9"
(Missing operator before 4.9?)
Number found where operator expected at histo.pl line 20, near "4.9 4.8"
(Missing operator before 4.8?)
Number found where operator expected at histo.pl line 20, near "4.8 4.5"
(Missing operator before 4.5?)
Number found where operator expected at histo.pl line 20, near "4.5 4.25"
(Missing operator before 4.25?)
Number found where operator expected at histo.pl line 20, near "4.25 3.5"
(Missing operator before 3.5?)
Number found where operator expected at histo.pl line 20, near "3.5 2.9"
(Missing operator before 2.9?)
Number found where operator expected at histo.pl line 20, near "2.9 2.5"
(Missing operator before 2.5?)
Number found where operator expected at histo.pl line 20, near "2.5 1.8"
(Missing operator before 1.8?)
Number found where operator expected at histo.pl line 23, near ".7 1.1"
(Missing operator before 1.1?)
Number found where operator expected at histo.pl line 23, near "1.1 1.7"
(Missing operator before 1.7?)
Number found where operator expected at histo.pl line 23, near "1.7 2.5"
(Missing operator before 2.5?)
Number found where operator expected at histo.pl line 23, near "2.5 3.0"
(Missing operator before 3.0?)
Number found where operator expected at histo.pl line 23, near "3.0 4.5"
(Missing operator before 4.5?)
Number found where operator expected at histo.pl line 23, near "4.5 5.0"
(Missing operator before 5.0?)
Number found where operator expected at histo.pl line 23, near "5.0 4.9"
(Missing operator before 4.9?)
Number found where operator expected at histo.pl line 23, near "4.9 4.7"
(Missing operator before 4.7?)
Number found where operator expected at histo.pl line 23, near "4.7 4.8"
(Missing operator before 4.8?)
Number found where operator expected at histo.pl line 23, near "4.8 4.2"
(Missing operator before 4.2?)
Number found where operator expected at histo.pl line 23, near "4.2 4.4"
(Missing operator before 4.4?)
Number found where operator expected at histo.pl line 26, near ".3 1.4"
(Missing operator before 1.4?)
Number found where operator expected at histo.pl line 26, near "1.4 1.2"
(Missing operator before 1.2?)
Number found where operator expected at histo.pl line 26, near "1.2 1.5"
(Missing operator before 1.5?)
Number found where operator expected at histo.pl line 26, near "1.5 4.0"
(Missing operator before 4.0?)
Number found where operator expected at histo.pl line 26, near "4.0 3.5"
(Missing operator before 3.5?)
Number found where operator expected at histo.pl line 26, near "3.5 2.0"
(Missing operator before 2.0?)
Number found where operator expected at histo.pl line 26, near "2.0 1.9"
(Missing operator before 1.9?)
Number found where operator expected at histo.pl line 26, near "1.9 2.7"
(Missing operator before 2.7?)
Number found where operator expected at histo.pl line 26, near "2.7 4.2"
(Missing operator before 4.2?)
Number found where operator expected at histo.pl line 26, near "4.2 3.2"
(Missing operator before 3.2?)
Number found where operator expected at histo.pl line 26, near "3.2 1.1"
(Missing operator before 1.1?)
syntax error at histo.pl line 17, near "1 2"
syntax error at histo.pl line 20, near "5.8 5.0"
syntax error at histo.pl line 23, near ".7 1.1"
syntax error at histo.pl line 26, near ".3 1.4"
Execution of histo.pl aborted due to compilation errors. |
Partager