Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0" encoding="utf-8"?>
    <install type="module" version="1.0.0">
    ...
        <tab index="2">Assign</tab>
        </notebook_tabs>
    </install>
    
  2. or download this
    use strict;
    use warnings;
    ...
    my @tabs = $config->{notebook_tabs};
    
    print Dumper(@tabs);