Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    @numberarray = qw(00000900011 10001000100 00022200101); 
    ...
            $digits = join('',@temparray);
            print "$digits\n";
    }
    
  2. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
        unshift (@array,"\x20" x $incr); 
        print @array;
    }