Help for this page

Select Code to Download


  1. or download this
    my $ref_mail = shift;
    my $db_write = @_ ? shift : 1;
    
  2. or download this
    my $ref_mail = shift;
    my $db_write = defined $_[0] ? shift : 1;