Help for this page

Select Code to Download


  1. or download this
    package Sub::Sealed;
    # Probably should be Acme::Sealed, eh?
    ...
    }
    
    1;
    
  2. or download this
    use Sub::Sealed;
    
    ...
    something();
    
    print "@z * $q\n";
    
  3. or download this
    4 6 9
    4 6 9
    5 7 3