Help for this page

Select Code to Download


  1. or download this
    "$dub_key => ", join(",",@$dub_values), "\n"
    
    # will print
    # dubhpr01.hpux => name,uid,gid,comments
    
  2. or download this
    use Data::Dump; # somewhere before in the code
    
    ...
    
    # will print
    # dubhpr01.hpux => ["name", "uid", "gid", "comments"]