Help for this page

Select Code to Download


  1. or download this
    my @ret=();
    
    ...
    }
    
    return @ret;
    
  2. or download this
      DB<116> $_={a=>1,b=>2,c=>3,d=>0}
     => { a => 1, b => 2, c => 3, d => 0 }
    ...
    
      DB<119> scalar tst()
     => 0