Help for this page

Select Code to Download


  1. or download this
    11111111111
    222222222222
    333333333
    4444444444444
    
  2. or download this
    111111111112222222222223333333334444444444444
    
  3. or download this
        open (DATA, "$tmpfile");
        while (my $data = <DATA>) {
            chomp($data);
            $data =~ s/\n+//g; #tr/\x0a\x0d//d; #s/\n//g;
            print "$data\n";