Mega Code Archive

 
Categories / Perl / String
 

Double quote string

#!/usr/bin/perl -w print "\tThis is a double quoted string.\n";