Help for this page

Select Code to Download


  1. or download this
    >perl -c -we"sub recur($) { recur('x') }"
    main::recur() called too early to check prototype at -e line 1.
    -e syntax OK