Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: Interpolation: when it occurs? another beginner question..

by tobyink (Canon)
on Feb 25, 2013 at 16:04 UTC ( [id://1020538]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use v5.10;
    use strict;
    ...
    $thing  = "stringy eval";
    
    say $string;
    
  2. or download this
    use v5.10;
    use strict;
    ...
    my @thing  = qw( stringy eval );
    
    say $string;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2024-04-24 22:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found