Search found 3 matches

by MacroSloth
Thu Oct 31, 2002 8:50 pm
Forum: MQ2::Development::Feature Discussion
Topic: bug in IRC20021024
Replies: 20
Views: 1680

bug in IRC20021024

Hi, Think I found a bug in IRC20021024. I encourage you to read the whole message even after you see some perl snippets, I believe this bug to lie in the MQ code, not the Perl module. Consider the following code (please note that the code style button doesn't work in this browser): test.mac: -------...
by MacroSloth
Thu Oct 31, 2002 7:59 pm
Forum: MQ2::Development::Feature Discussion
Topic: Perl bug?
Replies: 1
Views: 664

Perl bug?

Hi, I guess this message is for AMadMonk, or whomever is supporting the Perl module. I just tried the following code (the code button is not working for me): test.pl: -------- sub testStructures { my $currentTarget; $currentTarget={ name => MQPerl::ParseVars("\$target(name)") }; return $cu...
by MacroSloth
Thu Oct 31, 2002 4:23 pm
Forum: MQ2::General
Topic: Perl - How to do events
Replies: 0
Views: 605

Perl - How to do events

Hi all, I was starting to play with the Perl module today since I need more flexibility with string parsing than the MQ# language offers. Ran into a roadblock almost immediately :) That is, how do you do events with the Perl module? Tried to trace the c code, but all I could find was the ParseVars a...