Help for this page

Select Code to Download


  1. or download this
    if ($start_input =~ /\d\d\d\d\.\d\d/ && $end_input =~ /\d\d\d\d\.\d\d/
    +) {
       ...;
    ...
    elsif ($start_input =~ /\d\d\d\d/ && $end_input =~ /\d\d\d\d/) {
       ...;
    }
    
  2. or download this
    use v5.12;
    
    ...
        
        say "END BLOCK";
    }