Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: RE: Take a bite out of my SPAM please

by mdillon (Priest)
on Aug 31, 2000 at 19:28 UTC ( [id://30549]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $URL =~ s/&/&/g;
    
    # numeric entities
    ...
    
    # 'decimal' IP
    $URL =~ s/(\d{5,})/join('.', unpack('C4', pack('N', $1)))/ge;
    
  2. or download this
    0000   h   t   t   p   :   /   /   w   w   w   .   d   n   s 020 002
    0020 005 005 005 020 002 020 005 020 020 020 005 005 020 002 020 020
    0040 002 020 020 002   m   a   g   i   c   s   i   t   e   .   n   e
    ...
    0420   @   6   4   .   1   7   6   .   1   1   3   .   8   8   @ 037
    0440 036   &   #   ! 036   # 037   $   #  \n
    0452
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-24 11:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found