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

Re: Learning Exercise

by PhiRatE (Monk)
on Jul 19, 2002 at 00:28 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (2)
As of 2024-04-25 06:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found