|
About:
Data::Locations is a virtual file manager which allows you to write and read data (text and binary) to and from virtual files (think of bubbles). Moreover, this manager allows you to (recursively) define "magic" insertion points in these virtual files (bubbles inside other bubbles) which can be filled in (inflated) later (through a "straw", i.e., the object's reference), at any convenient time and in any order you like. Since this software acts purely in memory, there is no slowing down through costly file input/output (i.e., no temporary files).
Author:
Steffen Beyer [contact developer]
Homepage:
http://www.engelschall.com/u/sb/download/
Tar/GZ:
http://www.engelschall.com/[..]b/download/pkg/Data-Locations-5.4.tar.gz
Mirror site:
http://www.perl.com/CPAN/authors/id/S/ST/STBEY/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
(not rated)
» Vitality: 0.00% (Rank 8622)
» Popularity: 0.24% (Rank 20860)

(click to enlarge graphs)
Record hits: 4,211
URL hits: 1,411
Subscribers: 3
|
|
Branches
Comments
[»]
Similar module
by Steffen Beyer - Oct 13th 2004 03:21:06
You also may want to have a look at a similar module called
"String::Divert"
(http://search.cpan.org/search?module=String::Divert) written by Ralf
S. Engelschall (http://freshmeat.net/~rse/).
[reply]
[top]
[»]
Using Data::Locations
by Geoff Baskwill - May 3rd 1999 05:40:02
I have a web page that keeps track of problem reports, and provides a
summary at the top. For me, this is a completely natural way to use
Data::Locations, as printing out a summary before you get to the data is
normally a bit of a pain. Now, I just say "oh, just hold that spot for
me, I'll be back later" and when I have the summary information I stick it
in there. Very simple, no fuss, no temporary files to worry about.
[reply]
[top]
|