- or download this
@results = grep( /^$line[3]/, @raw_data);
- or download this
1235 some text data
784783 some other data
- or download this
my $search_for = "text";
my $re = qr/^(\d+)\s+\Q$search_for\E/;
...
print "$1\n";
}
close D;
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.