OpenLogs
20 Mar 2010 08:09 UTC 2010079+0809 UTC

Development Page--Not for Official Use

NAME

    PDB::OpenLogs()

DESCRIPTION

PDB::OpenLogs() is primarily used by the automatic polling routines to store session results.

EXAMPLE

    $now = time;
    $line = $form{'line'};
    @stnlist = split(/[\s,]+/,$form{'stnlist'});
    @idlist = PDB::IdList($now,@stnlist);
    @outlist = split(/[\s,]+/,$form{'outlist'} || '-');
    $timeout = $form{'timeout'} || 20;
    $retries = $form{'retries'} || 3;
    $when = $form{'when'};

    $| = 1;

    PDB::Alert(alert=>'note',msg=>"started");
    PDB::OpenLogs(@outlist);

<< Note | PerlModules | PageList >>


DNRDocs.SoftwareDocumentation

Page last modified on September 29, 2005, at 09:28 PM