Help for this page

Select Code to Download


  1. or download this
     
    Heres the pseudo-code form of my script .. 
    
    step 1 : Getting all .pm filenames from a directory that satisfies a p
    +articular condition. ( in an array )
    
    step 2 : Traverse through the array of filenames and use the module dy
    +namically
    
  2. or download this
    This is jus a snippet of my script;
    
    ...
    push (@tables, $objvalue);
    }
    print "@tables";