Help for this page

Select Code to Download


  1. or download this
    ( my $test ) 
      ? print 'c'
      : do{ print 'a'; print 'b' };
    
  2. or download this
    print 'a';
    print 'b';