Help for this page

Select Code to Download


  1. or download this
    package Frontier::NotReally;
    
    ...
    __END__
    outsub: Frontier::NotReally=HASH(0x6f1940)
    insub: Frontier::NotReally=HASH(0x6f1940)
    
  2. or download this
    my $id; # now $id exists!
    $id = F::D->new( foo => sub { 'here, $id exists too' } );