Help for this page
#!/usr/bin/perl use strict; use warnings; ... foo->ARGV; print $ARGV[0];
~/sandbox$ perl test.pl 'Still here' in foo::ARGV Still here