What is the difference between qq{} and q{} ?

I am learning some basic perl for class, and I noticed that qq{Element contents: $_} q{Element contents: $_} produce different results in a loop... I thought "q{}" was like quoted or something.. What is it really? And what is qq{}?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.