X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=cmd%2FNotes.txt;h=4e23e1306b4766c82d8f5be07b060b945a849254;hp=c058941bc516b8a655fe174d579e64e2cb1865e1;hb=ab811a0c902225075a9bd69749f65594079433a9;hpb=8182fba8e33d568b834621cc35c1ca7c74fb5487 diff --git a/cmd/Notes.txt b/cmd/Notes.txt index c058941b..4e23e130 100644 --- a/cmd/Notes.txt +++ b/cmd/Notes.txt @@ -1,4 +1,4 @@ -Programming Notes ($Id$) +Programming Notes * Every command that can used on the command line lives in either this directory ('cmd') or in a local version ('local_cmd'). You are cajoled or @@ -98,7 +98,7 @@ Programming Notes ($Id$) locators * It is important that you remember when you have tie hashes using MLDBM - et al. If you do a DXUser->get($call) you will get a different (older) + et al. If you do a DXUser::get($call) you will get a different (older) thing than the one in $self->$user. This is almost certainly NOT what you want if want to modify a user that is currently connected.