Help for this page

Select Code to Download


  1. or download this
    eg bad.c
    {
    ...
           int a=1;
       }    
    }
    
  2. or download this
    my $var=1;
    { 
       my $var=1;
    }