Help for this page

Select Code to Download


  1. or download this
    my $output = qq~Username\tLevel\tCreated\n~;
    
    foreach my $row (@rows) {
        $output .= qq~$row->[0]\t$row->[1]\t$row->[2]\n~;
    }
    
  2. or download this
    Username    Level    Created
    johnny            2    12-09-2008
    rob    2    25-10-2008