Help for this page

Select Code to Download


  1. or download this
    my $db_write = shift // 1;
    
  2. or download this
    my $db_write = shift;
    $db_write = 1 unless defined $db_write;
    
  3. or download this
    my $ref_mail = shift;
    my $db_write = @_ ? shift : 1;