<html>
<body>
<br>
I have a sub (in&nbsp; module as it happens) that validates South African
ID numbers and if the number is OK returns the DoB and sex.<br>
If not it populate an error string.<br><br>
<br>
I would like to use it like this:<br><br>
<tt>($DoB, $sex) = said(1234567890123) || or
die(&quot;$errstr&quot;);<br><br>
<br>
</tt>My sub ends:<br><br>
<tt>return @results;<br><br>
@results</tt> is being successfully populated with '1955-12-25'&nbsp;
'Male'  in the sub<br><br>
Any ideas?<br><br>
<br><br>
<br>
<x-sigsep><p></x-sigsep>
<tt><font face="Courier New, Courier" size=2>Spike Hodge<br><br>
</font></tt><font face="Courier New, Courier">UNIX Programmer<br>
M-Web Technology<br>
021 596 8496<br>
083 294 9593<br>
Fax 0866721733<br><br>
<br>
</font>Click here and make M-Web your homepage<br>
<a href="http://homepage.mweb.co.za/" eudora="autourl">http://homepage.mweb.co.za</a>
</body>
</html>