Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    use override open => undef;
    open(my $fh5, '<', $0);  # Calls CORE::open
    
  3. or download this
    >perl test.pl
    Hi
    Ho