Help for this page
#!/usr/bin/perl -w use strict; ... | do something with this... } exit(0);
#!/usr/bin/perl -w use strict; ... } return; }