Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    for $S4 (1 .. 2) {
        print "A: <$S4> <", X(), ">\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    $S4 = "bbb";
    print "B: <", X(), ">\n";