- or download this
Use of uninitialized value in pattern match (m//) at ./ldap2csv.pl lin
+e 58, <$in> chunk 7882.
- or download this
$data{$key} =~ s/(^|$)/"/g if $data{$key} =~ /,/;
- or download this
$data{@header} = (); # To label the data.
- or download this
@data{@header} = (); # To label the data.