Help for this page

Select Code to Download


  1. or download this
    package Objects;
    
    sub New
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    use Objects;
    ...
        $main::Objects = New Objects;
        print "This is in \"func\" function.\n";
    }