Help for this page

Select Code to Download


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