Hi! Here is my code: #!/usr/bin/perl open (FIC, "toto.txt") || die "Impossible d'ouvrir toto.txt $! \n";; while(<FIC>) { $_=~s/L/titi/; } close FIC; It does nothing, why ? Thanks Franck -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
- substitution COLLINEAU Franck FTRD/DMI/TAM
- Re: substitution Stephen P. Potter
- RE: substitution Bob Showalter
- Sub String extraction Rajeev Rumale
- substitution thad
- Re: substitution Curtis Poe
- RE: substitution COLLINEAU Franck
- RE: substitution Nestor Dutko
- substitution McCollum, Frank
- RE: substitution Hanson, Robert
- RE: substitution Herb Martin
- Re: substitution John W. Krahn
- RE: substitution McCollum, Frank
- Re: substitution John W. Krahn
- Re: substitution Andrea Holstein
- substitution Raghupathy, Ramesh .
- Re: substitution Jeff 'japhy' Pinyan