- or download this
my @columns = (category,id,code,title,summary);
- or download this
my @columns = qw{
category id code title summary
...
rolemandatory rolerecommended
roleoptional url modality length
};
- or download this
@rec{@columns} = split ('\|', $row);
- or download this
printf $fh_out
"<xtag:%s>%s</xtag:%s>\n",
$colname,
$rec{$colname},
$colname;
- or download this
#!/usr/bin/perl
...
f|f|f|f|f|f|f|f|f|f|f|f|f|f|f
g|g|g|g|g|g|g|g|g|g|g|g|g|g|g
- or download this
<?xml version="1.0" encoding="ISO-8859-1"?>
<xtags:some-node xml:lang="en">
...
<xtag:modality>b</xtag:modality>
<xtag:length>b</xtag:length>
</xtag:course>