> but rather than put them into the designated file, > echos them to the screen. Why is this??? print "blah"; prints to stdout, by default the screen. You want: print WTC "blah";
- Help needed with perl script...... n6tadam
- Me
> but rather than put them into the designated file, > echos them to the screen. Why is this??? print "blah"; prints to stdout, by default the screen. You want: print WTC "blah";