in reply to Appending two files
What am I doing wrong?
Well, you're attempting to use "$scriptname" as if it is a defined variable, but it is not, you've never defined it. You're using warnings without understanding why/how to use them, in short, you should Read this if you want to cut your development time in half!
|
|---|