Help for this page
use strict; use warnings; ... my ($transaction, $user, $comment) = ($1, $2, $3); printf "%-12s %-10s %s\n", $1, $2, $3//''; }