Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # 3 4
    # 1 4 5
    # 5 6
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    # 3 4
    # 1 2 3
    # 3 4