From 2a2fa626446a69e7e1a5953b8bb693b5e4274d8b Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 8 Oct 2002 10:50:43 +0000 Subject: [PATCH] slightly less sucky --- eg/export_template.pm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/eg/export_template.pm b/eg/export_template.pm index 00942fd12..ca58d4bed 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 } -- 2.11.0