Help for this page

Select Code to Download


  1. or download this
     DB<100> $new_cycle=1
    
      DB<101> { $i=5; $j=10  } if( $new_cycle );
      DB<102>  p "i=$i,j=$j"
    i=,j=
    
  2. or download this
      DB<104> { $i=5; $j=10 ) } if( $new_cycle );
    
  3. or download this
     perl  minitest.pl
    syntax error at minitest.pl line 2, near ");"
    ...
         2  { $i=5; $j=10; } if( $new_cycle );
         3  print "i=$i,j=$j\n";
         4  { $i=5; $j=10 ) } if( $new_cycle );