Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
          print "$t$s\n";
       }
    }
    
  2. or download this
    print join( "    ", "  ", @top, $/);
    for my $s ( @side ) {
    ...
        }
        print $/;
    }
    
  3. or download this
    gg hh kk jj
    11 22 33 44
    
  4. or download this
          gg    hh    kk    jj    
    11   gg11  hh11  kk11  jj11
    22   gg22  hh22  kk22  jj22
    33   gg33  hh33  kk33  jj33
    44   gg44  hh44  kk44  jj44