Is there a way to obtain command line arguments exactly as they were supplied by the Script user?
Please note that flavors of *join(' ',
@ARGV)* idea are not good enough. For example, for 'script.ipl A B C' I would like to have a string
' A B C', two spaces between A and B and all.