Help for this page

Select Code to Download


  1. or download this
    ($from, $to) = ();
    undef $_ for $from, $to;
    map undef $_, $from, $to;
    $from = $to = undef;
    
  2. or download this
        undef $from, $to = 3 if $from > $to;