Help for this page

Select Code to Download


  1. or download this
    my $page1 = My::Page->create({ location => 'abc' });
    my $page2 = $page1->add_to_inbound({ location => 'def' });
    
  2. or download this
    my $page1 = My::Page->create({ location => 'abc' });
    my $page2 = My::Page->create({ location => 'def' });
    ...
                 [$page2->inbound()],
                 [$page2->outbound()],
                 );