Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Ways of quoting

by Aaronrp (Scribe)
on May 14, 2020 at 23:16 UTC ( [id://11116792]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse -e '$x = anything_could_go_here::'
    $x = 'anything_could_go_here';
    -e syntax OK
    
  2. or download this
    q{}
    ''
    ...
    ::
    qw{}
    - (as in -bareword)
    
  3. or download this
    no strict;
    $x = bareword;
    
  4. or download this
    "" and qq{}
    `` and qx{}
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://11116792]
Approved by LanX
Front-paged by haukex
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found