#!/usr/bin/perlprint "***\tIn double quotes\t***\n"; # Backslash interpretationprint '%%%\t\tIn single quotes\t\t%%%\n'; # All characters are printed as literalsprint "\n";