• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

quick perl question

NeoMadHatter

Platinum Member
i need to check lines of input to see if any of them match the input of:
};
but it won't let me check for it as the } is part of the Perl closing statements. i've been trying:
m/};/ ;

but that doesn't work and neither does: m/\};/;

any ideas?
 
Back
Top