Help for this page

Select Code to Download


  1. or download this
    my @nodeblocks = (
      { CHILD1 => ["ABC"] },
      { CHILD2 => ["KJLK"] },
      { CHILD3 => ["NLLKJ"] },
    );
    
  2. or download this
    #!/usr/bin/perl --
    use strict;
    use warnings;
    ...
      { CHILD2 => ["KJLK"] },
      { CHILD3 => ["NLLKJ"] },
    ]