- or download this
#!/usr/bin/env perl
use strict;
...
#use a 'hash slice' - look it up in perl docs.
print join ";", @{$row}{@output_cols},"\n";
}
- or download this
Dumpdata example
-----------------
...
Info: This is a problem
but there is a solution
Spec: 2nd of 4
- or download this
"bad news here"; "Some really nice infos these are"; "This is a proble
+m but there is a solution"; "2nd of 4"