Help for this page
# create such a thing BEGIN { ${^CMDLINE} = "$0 @ARGV" }
BEGIN { ${^CMDLINE} = join ' ', ... map "'\Q$_\E'", @ARGV }