Help for this page

Select Code to Download


  1. or download this
    open(file, "apache.txt") ;
    @modify = <file> ;
    
    ...
    # $_ =~ s/^is$/are/g ;
    }
    print @modify ;