Help for this page

Select Code to Download


  1. or download this
    my $i ||=0 ;
    my $i =shift || 0;
    
  2. or download this
    $i?$i=1:$i=0;