Mega Code Archive
Categories
/
Perl
/
String
Interpolate and double quote
#!/usr/bin/perl $today = "Friday"; print "It is $today \n";