I'm rather new to perl. I wan to know how to include other perl scripts into my perl script. For example, I have a file called 'website.pl' that has all of my nifty perl subs that I use. Then I write a script in 'newsupdate.pl' and I want to use the subs from the 'website.pl' file.
I'd rather NOT make this a package and just do something like #include <website.pl> ;-) but if I must make it a package let me know.
Thanks,
Joh
I'd rather NOT make this a package and just do something like #include <website.pl> ;-) but if I must make it a package let me know.
Thanks,
Joh