Help for this page

Select Code to Download


  1. or download this
    my SomeClass $foo;                # a.k.a.  my $foo is SomeClass;
    my SomeOtherClass $bar = stuff();
    $foo = $bar;                      # compile-time exception