Re: [ubuntu-uk] Quick Perl question...

2010-07-12 Thread Jon Spriggs
I'm not very^h any good with Regex, but try putting ()'s around what you want to search for. Also, try out rubular.com to experiment without needing to drop out of your editor and running something to test it. All the best, -- Jon "TheNiceGuy" Spriggs On 12 Jul 2010 21:13, "LeeGroups" wrote:

Re: [ubuntu-uk] Quick Perl question...

2010-07-12 Thread Colin Law
On 12 July 2010 21:12, LeeGroups wrote: > I'm having a bit of an issue with a Perl script on my Ubuntu server at > home (can you see what I did there :)... > > The line in question is this... > > $solar_info =~ s/<\/solar>.*/,/; > >  From my tinkerings, this should find the string in the string >

[ubuntu-uk] Quick Perl question...

2010-07-12 Thread LeeGroups
I'm having a bit of an issue with a Perl script on my Ubuntu server at home (can you see what I did there :)... The line in question is this... $solar_info =~ s/<\/solar>.*/,/; From my tinkerings, this should find the string in the string $solar_info, and then remove it and any number of