Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Adding Minimal Formatting To Unformatted Newbie Posts

by Anonymous Monk
on Jul 20, 2009 at 20:10 UTC ( [id://781752]=note: print w/replies, xml ) Need Help??


in reply to Adding Minimal Formatting To Unformatted Newbie Posts

I think I have more KISS, just slow them down
#~ my(@pun) = sort qw! ~ { } [ \ ] ^ _ ` : ; < = > @ # $ % ( ) * + / ! +; #~ my(@pun2) = qw( - , . ? ! & ' " ); #~ my $pun = join '', map quotemeta, @pun; #~ $pun = qr~[$pun]~; my $pun = qr~[\#\$\%\(\)\*\+\/\:\;\<\=\>\@\[\\\]\^_\`\{\}\~]{3,}~; if ( $node_text =~ /$pun/ ){ if( !/<\/?c>/ or ! /<\/?code>/ ){ die "Can't ask question without putting your code in code tags +!"; } } __END__

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://781752]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2026-04-13 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.