There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...
Help!<BR><BR>I'm trying to write a script that will extract a snippet of text from a string and save it as a variable for use in a later command. The script is in perl.<BR><BR>Basically, I'm trying to ...
I'm not sure if it's possible in any other scripting language, but using the file system object in VBScript you can essentially read in the lines, do what you want with it and replace the old file ...