Help for this page

Select Code to Download


  1. or download this
    %regex = map { $_ => qr/$_/ } @words;
    
  2. or download this
    LINE:
    while ( <FILE> ) {
    ...
            last LINE;
        }
    }