Help for this page

Select Code to Download


  1. or download this
    $err = $SiTef->ExecutaLoopAutorizacao( $SiTef, $params, $data );
      while ( $err eq '10000' ) {
    ...
        
        $err = $SiTef->ExecutaLoopAutorizacao( $SiTef, $params, $data );
      }
    
  2. or download this
    my $Status;
    my $lblStatus = $mw->Label(-textvariable=>\$Status)->pack();