Help for this page

Select Code to Download


  1. or download this
    my @columns = (category,id,code,title,summary);
    
  2. or download this
    my @columns = qw{
      category id code title summary 
    ...
      rolemandatory rolerecommended 
      roleoptional url modality length
    };
    
  3. or download this
      @rec{@columns} = split ('\|', $row);
    
  4. or download this
      printf $fh_out
       "<xtag:%s>%s</xtag:%s>\n",
        $colname,
        $rec{$colname},
        $colname;
    
  5. 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
    
  6. 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>