Notes on Technology
#!/bin/perl#simple test code$variable = "Test stuff";$another = 100;$decimal = 99.9;$special = 1x01;print("Prettify me! %s", $variable);