Searched refs:l2 (Results 1 - 1 of 1) sorted by relevance

/solaris-desktop/scripts/
H A Dcopyright-extractor443 # l2: remaining lines of the 2nd text
650 my $l2 = "$l0";
651 $l2 =~ s/\s+/ /g;
652 $l2 =~ s/^ //g;
653 chomp ($l2);
654 $l2 =~ s/ $//g;
655 $l2 = lc ($l2);
656 push (@norm_lines2, $l2);

Completed in 226 milliseconds