Help for this page

Select Code to Download


  1. or download this
    ./714799.pl -t
    opt $VAR1 = {
              't' => undef
            };
    neither -t or -s used
    
  2. or download this
    ./714799.pl -s -t
    opt $VAR1 = {
              's' => '-t'
            };
    either -t or -s used
    
  3. or download this
    ./714799.pl -a -b
    opt $VAR1 = {
              'a' => 1,
              'b' => 1
            };
    neither -t or -s used
    
  4. or download this
    ./714799.pl -a -b -c -d -e -f -g -h -i -j -k -l -m -n -o -p -q -r -s -
    +t -u -v -w -x -y -z
    opt $VAR1 = {
              'w' => 1,
    ...
              'o' => 1
            };
    either -t or -s used
    
  5. or download this
    ./714799.pl -a -b -c -d -e -f -g -h -i -j -k -l -m -n -o -p -q -r -s -
    +u -t -v -w -x -y -z
    opt $VAR1 = {
              'w' => 1,
    ...
              'o' => 1
            };
    either -t or -s used