Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Learning Exercise

by PhiRatE (Monk)
on Jul 19, 2002 at 00:28 UTC ( #183095=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub list_entries {
        my ($filename) = @_;
    ...
    sub update_entry {
        my ($filename, $key, %data) = @_;
        ....
    
  2. or download this
    package MyDatabase;
    
    ...
        delete $self->{'data'}{$key};
        $self->write_entries();
    }
    
  3. or download this
    my $db = new MyDatabase();
    
    ...
            print "$field -> ".$entries{$_}{$field}."\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others rifling through the Monastery: (3)
As of 2023-10-01 02:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?