Help for this page

Select Code to Download


  1. or download this
    {
      # ...
    ...
    # ...
    sub bar { # ...
    }
    
  2. or download this
    use vars qw/$x, @y, %z/;
    {
    ...
    }
    # ...
    baz(29);                  # (9)