Help for this page
#!/usr/bin/perl -w -i.bak use strict; ... s/this/that/g; print; }
C:\>type convert.pl #!/usr/bin/perl -w -i.bak ... this C:\>