Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Ways of quoting

by davido (Cardinal)
on May 15, 2020 at 21:22 UTC ( [id://11116826]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <<HERE              # Double quoted
    <<"HERE"            # Double quoted, explicit.
    ...
    <<~'HERE'           # Single quoted, indented.
    <<~\HERE            # Single quoted, indented, uncommonly used (I'll b
    +et you could grep all of CPAN and not find this).
    <<~`HERE`           # Same as qx / ``, indented.
    
  2. or download this
    <<~/HERE/x           # Regexp object, indented, multi-line freeform (/
    +x modifier).
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found