Help for this page

Select Code to Download


  1. or download this
    s/(?!<title>(.*?)\n/<para>$1<\/para>/isg;
    
  2. or download this
    while (<>) {
        if ( not /^<title>/ ) {
    ...
        }
        print;
    }