Help for this page

Select Code to Download


  1. or download this
    while (<>) {
        s/print(.*?)\\n("\)?;)/say$1$2/;
        s/(say.*?)[.,]\s*""(\)?;)/say$1$2/;
        print;
    }