One thing at a time all the time!

Welcome to Rocteur
Saturday, April 20 2024 @ 06:51 AM CEST

How to include / call one Perl script in / from another Perl script

In the script you want to include end it with:

1;

In the calling script include:

require "/path/to/script/script"

FAQ Manager » Perl » How to include / call one Perl script in / from another Perl script