hi,
Liz Q écrivait Le 10/09/2007 01:36 :
Yes its regex, the s means swap , the g means global (swap item 1 with item 2
in the whole string not just the first instance)
So $string =~ s/MPEG Layer/MP/g; means swap the words "MPEG Layer" with "MP"
anytime it sees it in $string.
wow it's nice it would be great if i learn this. :)
so have you got the time to help me put this section in the pl script? I
don't understand those "case" and those {} mean.
later, it may be a good idea to add srings in some kind of separate
dictionnary file that the script could use.
thanks !