The YAPE::Regex module that I am using is out of date in the svn repo.
After downloading an updated one from CPAN, things seem to be working
fine.
Adam: Do you mind updating the repo? Or even better, do you know if we
can link up the Makefile to download a version from CPAN?
thanks
dev
On 29 April 2013 06:21, Adam Kiezun <aki...@gmail.com> wrote:
> Devdatta,
> can you help Milad with using pcre_tohampi?
>
> ./adam
>
>
> ---------- Forwarded message ----------
> From: <milad...@gmail.com>
> Date: Mon, Apr 29, 2013 at 8:55 AM
> Subject: [hampi-devel] Problem running pcre_tohampi
> To: hampi...@googlegroups.com
>
>
> Hello,
>
> Im currently experimenting with pcre_tohampi for converting regular
> expression to hampi.
> I tried to run the examples provided in the regex-hampi folder but nothing
> happens. The only thing I get is warnings.
> Here is what im doing:
>
> In the regex-hampi folder I run this command : perl hampiregexTest.pl <
> sampleRegex
>
> The result is this:
>
> Use of uninitialized value $min in numeric lt (<) at hampiregexTest.pl line
> 21, <> line 4.
> Use of uninitialized value $min in concatenation (.) or string at
> hampiregexTest.pl line 23, <> line 4.
> Use of uninitialized value $str in concatenation (.) or string at
> hampiregexTest.pl line 23, <> line 4.
> (?^:[^a-dxyzA-M\t]+(bc|de)+a{2,}\d) : couldn't find a solution from hampi
>
> I tried to run the basic example at the wiki page:
>
> use lib '.';
> use pcre_tohampi; # include the library
> my $p=pcre_tohampi->new(qr/abc/);
> $p->parse;
> print $p->tothehampi('prefix');
>
> but nothing is printed out.
>
> Im using perl 15.4.2 on ubuntu 12.4. Hampi is compiled and running as it
> should.
>
> Any ideas?
>
> Regards
> Milad
>
>
>
> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "hampi-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to hampi-devel...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>