Help for this page

Select Code to Download


  1. or download this
    use Switch;
     
    ...
           case (\&sub)    { print "arg to subroutine" }
           else            { print "previous case not true" }
        }