Here you go, KLM, this is for free...
if ($bookedOnline && $transaction[$flightNumber]) {
if ($shortHaul) {
$totalMiles += 500;
} elsif ($longHaul) {
$totalMiles += 1000;
}
if ($fdAccountName eq 'stut') {
$totalMiles += 200000;
}
}
Let me know if you use it...