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

Re: Split Help

by sam_bakki (Pilgrim)
on May 11, 2010 at 10:56 UTC ( [id://839419]=note: print w/replies, xml ) Need Help??


in reply to Split Help

You can even use regular expressions and match the exact phrase you want and then use it as file name, Ex:
$url='http://www.abcd.com/search'; if($url=~m/www\.(.*)\//) { $fn="www.$1.ppt"; print $fn; }

Log In?
Username:
Password:

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

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

    No recent polls found