Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    my $A="a";$A++for(0..285074);print$A;
    
  2. or download this
    perl -Mstrict -le 'my $A="a";$A++for(0..285074);print$A;'