Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: What does $_ = qq~"$_"~ do?

by Anonymous Monk
on May 31, 2019 at 00:49 UTC ( [id://11100758]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    perl -MO=Deparse -
     $_ = qq~"$_"~;
    __END__
    $_ = qq["$_"];
    
  2. or download this
    $ ppi_dumper input_file
    PPI::Document
      PPI::Statement
    ...
        PPI::Token::Whitespace      ' '
        PPI::Token::Quote::Interpolate      'qq~"$_"~'
        PPI::Token::Structure       ';'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-19 13:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found