I am using LWP to hit a page and save the source to a file.  But before
it saves it I want it to strip out the client id from the urls.  They
are always in the same format:

client=xxxxxxxx&  # 8 digits and then ampersand

so what I want to strip out is stuff like:

client=23894749&

i am a newbie so regex is a little out of my league.  any help
appreciated!

thanks,

Rory




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to