Help for this page

Select Code to Download


  1. or download this
        for ($passed_in)
        {
            # inside BLOCK
        }
    
  2. or download this
        for my $scoped_copy ($passed_in)
        {
            # inside BLOCK
        }