summaryrefslogtreecommitdiff
path: root/eg/export_template.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-10-08 10:50:43 +0000
committerivan <ivan>2002-10-08 10:50:43 +0000
commit2a2fa626446a69e7e1a5953b8bb693b5e4274d8b (patch)
tree701133b7794ba20d46e22164366de6528009b088 /eg/export_template.pm
parent69f92e8567d1952bc4cbf29d944b97051467bd11 (diff)
slightly less sucky
Diffstat (limited to 'eg/export_template.pm')
-rw-r--r--eg/export_template.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/eg/export_template.pm b/eg/export_template.pm
index 00942fd..ca58d4b 100644
--- a/eg/export_template.pm
+++ b/eg/export_template.pm
@@ -42,9 +42,15 @@ sub myexport_queue {
}
sub myexport_insert { #subroutine, not method
+ my( $username, $password ) = @_;
+ #do things with $username and $password
}
+
sub myexport_replace { #subroutine, not method
}
+
sub myexport_delete { #subroutine, not method
+ my( $username ) = @_;
+ #do things with $username
}