> perl -we ' use P; my @x = split( m{\.}, "$ARGV[0]"); P "\nargv0=%s", "$ARGV[0]"; P "(%s)\n", \@x' "2.3" argv0=2.3 ([2, 3])