Hi All, This technique came up at one of the meets. I just used this piece of code in a project:- my $length = ($#import_fields, $#csv_fields)[ @csv_fields > @import_fields]; Is it advisable though from a maintenance and readability point of view?
Lyle _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
