Help for this page

Select Code to Download


  1. or download this
    BEGIN {require 'some_file_with_my_functions.pm' }
    #or
    use some_file_with_my_functions; # you may need to "use lib '.'"