Help for this page

Select Code to Download


  1. or download this
    #!perl
    eval 'exec /usr/bin/perl -S $0 ${1+"$@"}'
    ...
    }
    Please check my work on the 2 lines I've marked with "#???".
    The operation I've selected may be wrong for the operand types.
    
  2. or download this
    #!/usr/bin/perl --
    use strict; use warnings; use Data::Dump;
    ...
    
        print $_ if $start lt $tm and $tm lt $end;
    }