Help for this page

Select Code to Download


  1. or download this
      my $a = 1 and 0;
    
  2. or download this
        my $can_remote =
          defined($cfg->remote) and
          (($cfg->get('remote') eq 'all') or
          grep($type eq $_, split(/\s+|,\s*/,$cfg->get('remote'))));