Help for this page

Select Code to Download


  1. or download this
        $x=grep /$xrefvalue/, @xreflines;
    
  2. or download this
    my %xreflines = map { $_ => 1 } grep /\S/, <XREF>;
    
    ...
    
        $x = $xreflines{ $xrefvalue };