Help for this page

Select Code to Download


  1. or download this
    my $list;
    my @changes = param('tellmessage');
    ...
          print FILE "$list\n";    
        }    
    close(FILE);
    
  2. or download this
    if (@changes > 1) {
      exit;
    }