Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    *Bar:: = \*Foo::;
    print ref bless{}, "Bar";
    __END__
    Foo
    
  2. or download this
    #!/usr/bin/perl -l
    
    ...
    B Bar
    F Bar
    F Foo