Help for this page

Select Code to Download


  1. or download this
         if($_ =~ /Sbjct:\s*(\d+)\D+(\d+)*$/ .. /\n\n\n\AQuery\=/)
    
  2. or download this
    my $subject;
    while ( <> ) {
    ...
        print $subject if /^Query=/;
        }