Help for this page

Select Code to Download


  1. or download this
    my $foo = "hello";
    {
    ...
    
    inner foo is something else
    outer foo is hello world
    
  2. or download this
    my $foo = "defined";
    
    ...
    
    foo is undef during BEGIN phase
    foo is defined at runtime