in reply to Use of uninitialized value in concatenation (.) or string at perl.pl line 216, <$file> line 18.
self-explanatory code, isn't it?my $file; my @files; open $file, '<', "$options{c}" or die "could not open \"$options{c +}\": $!"; @files = <$file>;
|
|---|