Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: How to interpolate CONSTANTS in Here docs?

by AnomalousMonk (Archbishop)
on Feb 11, 2015 at 21:49 UTC ( [id://1116400]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "use constant OUT_SUFXSTOR => 'storable';
    ...
     print qq{'$str'};
    "
    'The file suffix is storable.'
    
  2. or download this
    c:\@Work\Perl>perl -wMstrict -le
    "use constant OUT_SUFXSTOR => 'storable';
    ...
     print qq{'$str'};
    "
    'The file suffix is storable.'
    

Log In?
Username:
Password:

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

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

    No recent polls found