Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print Dumper \@users;
    __DATA__
    hdb:x:1111:2222:hdb:/home/hdb:/bin/bash
    
  2. or download this
    use strict;
    use warnings;
    ...
    print Dumper \@users;
    __DATA__
    hdb:x:1111:2222:hdb:/home/hdb:/bin/bash