That'll be useful.

I guess you'll reserve a variable name with something like
$+{currentInputSource}.

Thanks and high regards,
Rock

~

2011/4/7 MILLS, ROCKY (ATTSI) <rx4...@att.com>:
> Risto, et al,
>
> Advantages of input field within rule sets:
>
...
> 4. eliminates extraneous perl code to extract "input" file/source name
>

Actually, this issue is best addressed with named match variables that
were introduced into the 2.6 version. Previously, the only vacant
numbered variable was $0, but traditionally this has been used for
denoting entire matching input and is used for this in SEC as well.
With the $+{name} scheme, it is fairly easy to define a special
variable for holding input source name(s). So there is something to
implement in the next version :)
regards,
risto

------------------------------------------------------------------------------
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
_______________________________________________
Simple-evcorr-users mailing list
Simple-evcorr-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/simple-evcorr-users

Reply via email to