Re: character setts in a regexp

2013-01-11 Thread Brandon McCaig
On Fri, Jan 11, 2013 at 11:01:45PM +0100, Christer Palm wrote: > Hi! Hello, > I have a perl script that parses RSS streams from different > news sources and experience problems with national characters > in a regexp function used for matching a keyword list with the > RSS data. > > Everything w

Re: character setts in a regexp

2013-01-11 Thread Jim Gibson
On Jan 11, 2013, at 2:01 PM, Christer Palm wrote: > Hi! > > I have a perl script that parses RSS streams from different news sources and > experience problems with national characters in a regexp function used for > matching a keyword list with the RSS data. > > Everything works fine with a

character setts in a regexp

2013-01-11 Thread Christer Palm
Hi! I have a perl script that parses RSS streams from different news sources and experience problems with national characters in a regexp function used for matching a keyword list with the RSS data. Everything works fine with a simple regexp for plain english i.e. words containing the letters

Windows Command-Line Arguments; Secrets or Stitching Them Together

2013-01-11 Thread Brandon McCaig
Hello, I've been writing more and more utilities in Perl and using them both in Windows and GNU/Linux. Since I'm so used to UNIX shells and terminals, cmd.exe obviously leaves much to be desired, but I don't care for Cygwin or MSYS environments. They each have their own strengths and weaknesses an

Re: Hi

2013-01-11 Thread Kristin Nielsen
If you do not give data for troubleshooting, there is no good way to help. See step 3: 3. If you are not unsubscribed, please add in your requests for further help (as simply saying "it doesn't work" does not help people troubleshoot, as we all know too well): a. the email - including headers

Re: Hi

2013-01-11 Thread Hal Wigoda
-- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/ On Fri, Jan 11, 2013 at 5:23 AM, Lou Pereira wrote: > For the past year I have exhausted all options of e-mail format to opt out, > including your recommen

RE: Hi

2013-01-11 Thread Lou Pereira
For the past year I have exhausted all options of e-mail format to opt out, including your recommendations to no avail. I must say that over 10 years I have been involved with different e-mail lists and tech groups, but never had such as poor service as this group. Any other ideas would be appre

Re: Passing hash ref [ was Re: finding head and tail in data structure

2013-01-11 Thread budi pearl
Hi Jim, On Fri, Jan 11, 2013 at 1:54 PM, Jim Gibson wrote: > OR > > print_path( $id, $routes->{$id} ); > ... > sub print_path > { > ... > while( my ($start, $end) = each %$edges ) { > > This is what i want, thank you! Apparently passing "$routes->{$id}" is my earlier issue. --budi