in reply to Re^4: Perl command line switches
in thread Perl command line switches

In addition to what Corion said, are you sure your main() is called? And more, does it get past that require "../vents.v$version.pl";? If the main() sub is called then you should be able to see some XML header if all goes well... Best thing to do is to make a copy of that script and at some places add print "here1\n"; etc. to see what is the flow.

Replies are listed 'Best First'.
Re^6: Perl command line switches
by hippo (Archbishop) on Mar 27, 2020 at 19:33 UTC