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

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.