in reply to Re: Need Debug Help
in thread Need Debug Help

Kyle, you da man.

Thanks much. Works like a charm.

for ($ct=1; $cfg->param("FTP".$ct.".targetIP")!= ''; $ct++)
I'm using a blend of perl and Oracle and the Oracle's for( x, x<y, x++) statement uses comments.

DOH! :)

Replies are listed 'Best First'.
Re^3: Need Debug Help
by olus (Curate) on Jan 18, 2008 at 18:34 UTC
    Careful man,

    Oracle's for loops' syntax is
    FOR counter IN [REVERSE] lowest..highest LOOP {.statements.} END LOOP;