Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: substituted text is being interpreted

by dakkar (Hermit)
on Jan 06, 2005 at 16:13 UTC ( [id://419972]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $literal='abc@array$';
    @array=(1,2,3);
    ...
    } else {
      print "literal2 doesn't match literal\n"
    }
    
  2. or download this
    literal: abc@array$
    interp.: abc1 2 3$
    literal doesn't match itself
    literal2 matches itself
    literal2 matches literal
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-18 07:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found