> >I've not looked at the documentation but in a shell script to test an
> >integer you use -eq (equals) and to test a string you use = (Perl is the
> >exact opposite) so it might be this. Sorry if I'm completely wrong, just
> >though I'd try to help in a quick e-mail before I leave work for the night.
> Thanks Derek,
> but = for the string is sintax error.
> Andrea
Perl string compare is done with ($a eq "hallo"), numeric with ($a == 3).
try to use "perl -w" to enable warnings, i.e.:
#!/usr/local/perl -w
...
maybe it helps.
oki,
Steffen
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]