Help for this page

Select Code to Download


  1. or download this
    {
      local $\="\t"; 
      print_data( \@data );
    }
    
  2. or download this
    my $some_variable = 1;
    { 
        my $some_variable = 0;
        do_some_stuff();
    }