in reply to Re: run-time arguments
in thread run-time arguments

Oops. sorry I meant command-line argument

Replies are listed 'Best First'.
Re^3: run-time arguments
by tobyink (Canon) on Mar 01, 2012 at 11:27 UTC

    Command-line arguments are kept in @ARGV. The code you posted doesn't touch @ARGV, but the code you didn't post (i.e. the contents of View::Value) might.