[Perl-unix-users] Help Needed With a Regex

2005-11-16 Thread Darryl Ross
Hey All, I have a string that looks like this: {key1,val1},{key2,val2},{key3,val3},{key4,val4},{key5,val5},... I'm trying to write a regular expression which can split up that string and give me a hash back. There are a few gotchas though: - The key and/or the value may or may not be inside

[Perl-unix-users] Re: HTTP synch

2006-03-07 Thread Darryl Ross
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Conor Lillis wrote: | Hi, | I have a script that uses shells to run a wget command, in order to | synch a web site with a local folder. The web site is the source and the | local folder is the destination. | | Currently it just blindly copies the webs