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

Re: What regex will swap somewebpage/ with somewebpage/index.html ??

by srawls (Friar)
on Jun 19, 2001 at 00:30 UTC ( [id://89435]=note: print w/replies, xml ) Need Help??


in reply to What regex will swap somewebpage/ with somewebpage/index.html ??

if you know you will always add 'index.html', a regex is too much. Try this:
$address .= '/index.html'
if you won't always add it, try this as a regex:
$address =~ s!http://www.(?:[^/]*/*)*!/index.html!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-18 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found