Help for this page

Select Code to Download


  1. or download this
    print "Delete this file?[n]: ";
    chomp(my $answer=<STDIN>);
    ...
    } elsif ($answer=~/^n|no|$/i){
            next;
    } else { .....
    
  2. or download this
    prompt?
    accept: y,n,yes,no
    default: to one of the above
    continue with program flow