Help for this page

Select Code to Download


  1. or download this
    {
    # file is not world readable!
        my $password = 'my_secret';
    ...
            # do private things
        }
    }
    
  2. or download this
    my $val = do {
            # valuable stuff
            };