Help for this page

Select Code to Download


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