Help for this page

Select Code to Download


  1. or download this
    my ($Version) = ($Notes->{NotesVersion} =~ /\s*(.*\S)\s*$/);
    
    ###()=>$Version now contains the number of matches. Probably one.
    
  2. or download this
     $Inbox_view = $Database -> GetView('($Inbox)');
  3. or download this
     last unless $Index < 10;