On 02-04-22 17:06:33 CEST, PavanKumar Sura wrote:
> Hai,
> 
> This is perl, v5.6.0 built for sun4-solaris

it seems that 5.6.0 is too old, it doesn't support the 'our' keyword,
yet.
you should get around this by using
use vars qw($VERSION);
instead of 'our'.

rj

_______________________________________________
Openca-Users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to