Help for this page

Select Code to Download


  1. or download this
         buffer1 .= buffer2;
    
  2. or download this
         buffer =~ s/\s+$//;
    
  3. or download this
        for(ix=0;ix<=5;ix++) {
    : 
    :
    
  4. or download this
    for(ix=0;ix<=$#buffer;ix++){
          $buffer[$ix]='\0';
    }