Help for this page

Select Code to Download


  1. or download this
    <script>
    function toggleDisplay(el, txt) {
    ...
        }
    }
    </script>
    
  2. or download this
    sub abstract {
        my ($visible, $hidden);
    ...
        }
        return $visible;
    }