X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=eg%2Fexport_template.pm;h=ca58d4bed887538a5b7ddfe828f6937176785d22;hp=00942fd12792349593d8a5bd4a88db8f3972c250;hb=e6f6f496883b8e8be42f4d92f01b61dbc2c590be;hpb=da311364707d64a2188cb959b3779178563d0ac8 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 }