Help for this page

Select Code to Download


  1. or download this
    while(<>){    
        if ($_=~"Sent:"){
    ...
    
    print @dates;
    print @list[1];
    
  2. or download this
    while(<>){    
        if (/^[0-9]+, |Sent:/){
    ...
    
    print $logs[0];
    print $logs[1];