Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Double Interpolation of a String

by nontrivial (Novice)
on Aug 21, 2001 at 06:20 UTC ( [id://106456]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $WhereVal = $Return->[0]->{WhereVal};
        my $Temp2 = 2;
        warn $WhereVal;
        eval "\$Temp = qq/$WhereVal/";
        warn $Temp;
    
  2. or download this
    c.AppModule=m.AppModule and m.Application=$Temp2 at (eval 43) line 19.
    Use of uninitialized value in concatenation (.) at (eval 43) line 20.
    Use of uninitialized value in warn at (eval 43) line 21.
    
  3. or download this
    sub VWP_RunQuery {
      my ($QueryRef, @Params) = @_;
    ...
      }
      VWP_StrMessage(1, 13, $QueryRef);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://106456]
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-23 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found