- or download this
#!/usr/bin/perl
...
" Currency: %s; Amount: %s; PaidOut: %s; Fees: %s;\n",
$fDate, $fType, $fDetails,
$fRef, $fCurrency, $fAmount, $fPaidOut, $fFees;
- or download this
my $aoa = csv (in => \$line);
- or download this
my $aoa = csv (in => $file);
- or download this
foreach my $record (@$aoa) {
my ($date, $type, $dtls, $ref, $curr, $amt, $paid, $fees) = @$reco
+rd;
...;
}