# New Ticket Created by  Dan Sugalski 
# Please include the string:  [perl #31036]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31036 >


When parrot runs it doesn't strip out the switches that it eats from 
the command line. So if, for example, you invoke parrot as:

    ./parrot foo.pbc

then argv[0] is foo.pbc. On the other hand, if you invoke it as:

   ./parrot -t foo.pbc

argv[0] is -t. Not good. Parrot needs to strip out all the switches 
it understands from the command line and leave argv[0] as the name of 
the invoked program.
-- 
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to