Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Grabbing numbers from a URL

by htmanning (Friar)
on Jul 09, 2017 at 05:52 UTC ( [id://1194578]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $url=q|$itemID|; 
    $url=~/(\d{4})+\.htm/i;
    
  2. or download this
    RewriteEngine on
    RewriteRule ^(.*)$ $1 [nc]
    RewriteRule ^(.*)$ /cgi-bin/getpage.pl?itemID=$1
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 22:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found