RE: puzzle: passing command line args to wperl

2003-03-12 Thread csaba . raduly
On 12/03/2003 14:44:30 perl-win32-users-admin wrote: >This must be the problem. I had associated a file extension of .wpl to >wperl and was executing "foo.wpl bar" but was seeing no arguments. > Open an Explorer window and go to View/Options (on NT4) or Options/File Types on Win2000 (these move

RE: puzzle: passing command line args to wperl

2003-03-12 Thread Rail, Pete
This must be the problem. I had associated a file extension of .wpl to wperl and was executing "foo.wpl bar" but was seeing no arguments. I'm still a bit annoyed that I would have to use this syntax: "wperl foo.wpl bar" rather than the more simple: "foo.wpl bar" Can you share more about the reg

Re: puzzle: passing command line args to wperl

2003-03-12 Thread csaba . raduly
On 11/03/2003 23:23:46 perl-win32-users-admin wrote: [snip] > >However I have discovered that I cannot pass command line arguments to the >wperl script and this is very inconvenient. > [snip] > >wperl fails to see the command line if I use getopts() or if I just operate >directly against the ARGV