Help for this page

Select Code to Download


  1. or download this
    use xxx (); #imports all of the symbols in @EXPORT
    use xxx qw(OpenConnection $LoggedOn_user_id); # imports
     # all of the symbols in @EXPORT AND subroutine OpenConnection
     # AND the scalar $LoggedOn_user_id from @EXPORT_OK