Help for this page

Select Code to Download


  1. or download this
    while( $_ =  <EMAIL> ) {
        if (        /^Message-Id:/
    ...
        .
        .
    }
    
  2. or download this
    @array=qw (Message-ID:
               Content-Type:
    ...
        .
        .
    }