slightly less sucky
authorivan <ivan>
Tue, 8 Oct 2002 10:50:43 +0000 (10:50 +0000)
committerivan <ivan>
Tue, 8 Oct 2002 10:50:43 +0000 (10:50 +0000)
eg/export_template.pm

index 00942fd..ca58d4b 100644 (file)
@@ -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
 }