Help for this page

Select Code to Download


  1. or download this
    if($in){
     foreach(@actions){ 
      unless($_ eq /one|/){ 
       if($in eq $_){ 
        no strict "refs"; &$_()}}}}
    
  2. or download this
    if($in){ 
     foreach(@actions){
      unless($_ eq /one|/){
       if($in eq $_){
        do{\&{$_}}->()}}}}