Help for this page

Select Code to Download


  1. or download this
    use 5.010_001;
    use strict;
    use warnings;
    ...
    } else {
        print "diagnostics module loaded!\n";
    }
    
  2. or download this
    package Array::Contains;
    
    use 5.010_001;
    ...
    
        return 0;
    }
    
  3. or download this
    package Array::Contains;
    
    use 5.010_001;
    ...
    
        return 0;
    }