A program that uses the $(dollar), variable.
#!/usr/local/bin/perl $a = "hello"; $b = "there"; $, = " "; $\ = "\n"; print ($a, $b);