Help for this page

Select Code to Download


  1. or download this
    #replicating the Origianl Post (strictures on):
    
    ...
        }
    doit($coderef);     #accessing a code ref from within a subroutine
                        #Without prototype-check disabling..
    
  2. or download this
    #The same perl complaint is generated in the above code too
    
    ...
    Type of arg 1 to main::doit must be block or sub {} (not private varia
    +ble) at -
    line 4, near "$codeRef )"
    Execution of - aborted due to compilation errors.
    
  3. or download this