Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Inter-Process Communication

by Nitrox (Chaplain)
on Jul 21, 2002 at 06:18 UTC ( [id://183790]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Program 1
    use Cache::FileCache;
    ...
    my $passed_data = "This is a passed string";
    
    $cache->set( "Data", $passed_data, "10 minutes" );
    
  2. or download this
    #Program 2
    use Cache::FileCache;
    ...
    my $passed_data = $cache->get("Data");
    
    print "$passed_data\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (4)
As of 2024-04-24 04:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found