Help for this page

Select Code to Download


  1. or download this
    while(/<pre>(.*?)<\/pre>/) {
         $1 =~ s/<BR>\n/\n/gs;
    }
    
  2. or download this
    while(/"(.*?)"/g) {
        $1 =~ s/\c@\[\d+[a-x]//g;
    }