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

Re: A Tricky Problem with Context

by stephen (Priest)
on Apr 07, 2002 at 21:32 UTC ( [id://157312]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use VBVar;
    
    ...
        # kind
        return VBVar->new([ split(/$delimiter/, $string) ]);
    }
    
  2. or download this
    package VBVar;
    
    ...
    sub VBVar::Scalar::value_of {
       return ${ $_[0] };
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found