Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print map {
        ($labels[$counter++], qq{\t}, ($_ ne q{} ? $_ : $no_value), qq{\n}
    +)
    } @sql_data;
    
  2. or download this
    First:  John
    Middle: *NO_VALUE_SUPPLIED*
    Last:   Smith
    Age:    20