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
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
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
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
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
--
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
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
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