Help for this page

Select Code to Download


  1. or download this
    "This is first sentence."
    "This is second sentence."
    
  2. or download this
    open (INP,"data.txt") || die "Cannot open data.txt\n";
    while (<INP>) {
       print if (/^\"This\b/i and /\.\"$/ and !/\bfirst\b/i) 
    }