Help for this page

Select Code to Download


  1. or download this
    foreach $_ (@list) {
    
    DO STUFF
    
    }
    
  2. or download this
    if (???) {
    $data->{'IS_LAST'} = false;
    } else {
    $data->{'IS_LAST'} = true;
    }