It&#39;s working, thank you.<br><br><div class="gmail_quote">On Tue, Jun 24, 2008 at 5:55 AM, Mik Cheez &lt;<a href="mailto:michael_bulk@wildgate.com">michael_bulk@wildgate.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Julien mangeard wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
Can I get the bflag value in a script loaded with the perl module ?<br>
It seams to me that the &#39;isbflagset&#39; function isn&#39;t implemented.<br>
<br>
Do you know another manner to obtain this value ?<br>
<br>
Best Regards,<br>
<br>
<br>
-- <br>
Julien Mangeard<br>
<br>
<br>
</blockquote>
<br></div></div>
Julien,<br>
<br>
It&#39;s in a pseudo variable as of 1.2. &nbsp;You should be able to do something straightforward like this in your Perl script:<br>
<br>
sub function_name {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;my $m = shift; # headers<br>
 &nbsp; &nbsp; &nbsp; &nbsp;my $bflag;<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$srcip = $m-&gt;pseudoVar(&quot;\$bf&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;...<br>
 &nbsp; &nbsp; &nbsp; &nbsp;...<br>
}<br>
<br>
$bf is the decimal value stored<br>
<br>
Here&#39;s the documentation relating to the pseudo variables:<br>
<a href="http://openser.org/dokuwiki/doku.php/utils:flags" target="_blank">http://openser.org/dokuwiki/doku.php/utils:flags</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Julien Mangeard<br>