Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^3: Using a scalar as a constant?

by Corion (Patriarch)
on Oct 15, 2008 at 13:29 UTC ( [id://717219]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $style = 'wxTE_MULTILINE';
    
  2. or download this
    print $style;
    $style = eval $style;
    die $@ if $@;
    print $style;
    

Log In?
Username:
Password:

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

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

    No recent polls found