Help for this page

Select Code to Download


  1. or download this
    while (<>) {
            next if /^$/;
            print;
        }
    
  2. or download this
    $text = "A'B'C" ;
    $text = replacequote($text);
    ...
    }
    return $X;
    }