Help for this page

Select Code to Download


  1. or download this
    print counter(), "\n";
    {   
    ...
    __END__
    0
    0
    
  2. or download this
    print counter(), "\n";
    BEGIN{   
    ...
    __END__
    1
    0