Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

RE: RE: RE: Re: Dreaming of Post Interpolation

by swiftone (Curate)
on May 30, 2000 at 21:57 UTC ( [id://15461]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $n=1; #we have no idea which variables should be cascaded.
    $subref=sub { return $n *3 };
    ...
    print &$subref, "\n";
    $n=2;
    print &$subref, "\n";
    
  2. or download this
    use Cascade;
    
    ...
    
    $m=$n;
    $n=$m+1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-29 13:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found