Help for this page

Select Code to Download


  1. or download this
    package foo;
    
    ...
    1;
    __DATA__
    this data is in foo
    
  2. or download this
    use foo;
    
    ...
    
    __DATA__
    this data is in main
    
  3. or download this
    foo's data  - this data is in foo
    main's data - this data is in main