Sam Horrocks - 2003-10-11

Logged In: YES
user_id=11128

speedy_opt_read_shbang sets argv[0] to "". THis is passed
to cmdline_split, which passes it back as arg0. That's put
into perl_argv[0], which is then taken by speedy_perl.c and
passed to perl_parse(). Perl_parse then assigns this to $^X.