Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        }
      else { push @buildcode, qq($have = "$ref";); }
      }
    
  2. or download this
    ("orig", { a => { b => ["c", "d"], e => [["f"]] } })
    ("augment", { a => { b => ["c", "d"], e => [["g"]] } })
    ("delta", { a => { e => [["g"]] } })