Help for this page

Select Code to Download


  1. or download this
    print "Do you want to export your password to a text file? (y/n) ";
    chomp(my $export = <STDIN>);
    ...
    } else {
        print "Enter either y or n to continue. \n" ;
    }