C++ in, XML out

2001-11-01 Thread Martin Schneider
Hi, I'm running ActiveState build 623 (Perl v5.6.0) on Win2k, reading C++ source files as input, and I need to produce XML documents as output. In general I'm reading the C++ code and storing code blocks in a hash of anonymous arrays. Then I go back and read each array and use XML::Generator to

Re: Starting a script with command line arguments

2001-07-19 Thread Martin Schneider
"Bob Bondi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > My question is: how can I pass arguments to a script from the command line? > The script at the tail of this message is what I thought would print the 2 > arguments I passed into the script, yet the ou