Help for this page

Select Code to Download


  1. or download this
    {
        my $bar;
    ...
        }
        print $bar;
    }
    
  2. or download this
    sub test
    {
    ...
    
    my $foo = 1;
    print test($foo);
    
  3. or download this
    use strict;
    
    ...
    }
    print $Strange::bar || "false";