Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print STDOUT $hash{"key"} . "\n";
    
    exit 0;
    
  2. or download this
    
    package Library;
    ...
    );
    
    1;
    
  3. or download this
    package Library2;
    use strict;
    ...
    {
        return "Hello embedded library";
    }
    
  4. or download this
    package Library;
    use strict;
    ...
    );
    
    1;