in reply to Breaking a script into smaller files

use FindBin;

-Blake

  • Comment on Re: Breaking a script into smaller files

Replies are listed 'Best First'.
Re: Re: Breaking a script into smaller files
by John M. Dlugosz (Monsignor) on Nov 13, 2001 at 00:42 UTC
    Perfect! That's exactly what I was looking for. Thanks.

    use FindBin; use lib $FindBin::Bin;
    —John