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