Help for this page

Select Code to Download


  1. or download this
    if( /^Subject: (.+)$/ ) {
        $original_subject = $1;
    ...
          s/$1/[friends]: $original_subject/;
        }
    }
    
  2. or download this
          s/Subject: /Subject: [friends]: /;
    
  3. or download this
    open( MAIL, "|$sendmail -f $myaddress $sender" );
    
  4. or download this
    /^From ([-a-zA-Z0-9_.@]+) .+$/