Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    } else {
        print "\$choice: $choice \n";
    }
    
  2. or download this
    >pl_test/875438.pl
    
    Enter your choice: 4
    ...
    $choice: 2
    
    >