A program that uses the $" (dollar and quotation) variable.
#!/usr/local/bin/perl $" = "::"; @array = ("This", "is", "a", "list"); print ("@array\n");