Help for this page

Select Code to Download


  1. or download this
    @list=('aaa'..'aax');
    print _sprintlist(\@list,"Members:",undef,10,undef,60,"* ");
    
  2. or download this
    * Members:  aaa, aab, aac, aad, aae, aaf, aag, aah, aai,
    *           aaj, aak, aal, aam, aan, aao, aap, aaq, aar,
    *           aas, aat, aau, aav, aaw, aax
    
  3. or download this
    # Returns an indented string containing a list. Syntax is:
    # _sprintlist($listref[, $firstline[, $separator[, $indent
    ...
      }
      return $result;
    }
    
  4. or download this
    
    # Sample %COMMANDS in the format assumed.
    ...
      }
      print "Use 'quit' or '^D' to quit.\n";
    }
    
  5. or download this
    The current commands are:
    add NAME to LIST              Add the name to the mailing list.
    ...
                                  lists in Unix alias format. -n only show
    +s list
                                  names.
    Use 'quit' or '^D' to quit.