You have an extra semi-colon after the end of the quote and before your parameter closing bracket.... it should be like:    DENSITIES\n");   instead of    DENSITIES\n";);

On 10/17/05, yazan <[EMAIL PROTECTED]> wrote:
Salam guys,
Kol 3am wa A2ntoo B5eeer.

I have a silly question. what is wrong with this perl script (assuming that
all variables and function are probably defined.


if ($n_current + $n_inc > $CFG_FINAL_NUM_DENSITIES) {
  &ST_Log("Increase in number of Gaussians beyond the desired total\n" .
          "Current: $n_current, increase by: $n_inc, desired total:
$CFG_FINAL_NUM_DENSITIES\n";);
  exit -3;
}

_______________________________________________
General mailing list
[email protected]
http://mail.jolug.org/mailman/listinfo/general_jolug.org



--
abulyomon

www.KiLLTHeUPLiNK.com
_______________________________________________
General mailing list
[email protected]
http://mail.jolug.org/mailman/listinfo/general_jolug.org

Reply via email to