| Developer's Daily | Perl Q&A Center |
| main | java | perl | unix | dev directory | web log |
| Question: | Why should I use the -w
argument with my Perl programs?
|
|
Answer: Many Perl developers use the To use this option on Unix systems, just include it on the first line of the program, like this: #!/usr/bin/perl -w If you develop Perl apps on a DOS/Windows
computer, and you're creating a program named
perl -w myApp.pl Give it a try the next time you think you're having any problems, and see how it helps!
|
Copyright © 1998 DevDaily Interactive, Inc.
All Rights Reserved.