in reply to commenting regular expressions?

use the x modifier

Update: Added example code
my $pattern = qr/ \s* <PgfTag `Normal \(T\)'> \s* /x;