#!/usr/bin/env perl use strict; use warnings; print qq{I said "They're the most delicious fruits!".\n}; print q/I said "They're the most delicious fruits!"./ . "\n"; print <