Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        local $, = ' ';
        print %args,"\n";
    }
    
  2. or download this
    arg2 A2 arg1 A1 arg4 A4 arg3 A3
    arg2  arg1 B1 arg4 B4 arg3 B3