Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

(vynce) Re: (footpad) Re: Here, doccy...*woof*

by Vynce (Friar)
on Jun 21, 2001 at 07:53 UTC ( [id://90281]=note: print w/replies, xml ) Need Help??


in reply to Re: Here, doccy...*woof*
in thread Here, doccy doccy. nice doccy. heredoc, treat.

yes, and from perlop,

Quote and Quote-like Operators While we usually think of quotes as literal values, in Perl they function as operators, providing various kinds of interpolating and pattern matching capabilities. Perl provides customary quote characters for these behaviors, but also provides a way for you to choose your quote character for any of them.
nowhere does it imply (to me) that there are situations where you can use " but not qq(), so i would expect to be able to use
print <<qq~DOUBLE~; $foo DOUBLE
but i can't.

and that doesn't explain or demonstrate other weird uses of heredoc syntax, for example,

my @list = (<<HERE, <<THERE, <<EVERYWHERE); cluck, cluck HERE baa, baa THERE e i e i o EVERYWHERE print "with a ", shift @list, "and a ", shift @list, "singing ", shift + @list;
so i'd still like a tutorial. but maybe i'll have to write it myself.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://90281]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-26 01:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found