Help for this page

Select Code to Download


  1. or download this
    if((my $start = /start/) .. (my $end = /end/)) { 
        ...
    
  2. or download this
    print "First time\n" if $start;
    print "Last time\n" if $end;