Ask a Question related to PERL Modules, Design and Development.
-
AC #1
Adding a .pl to @INC
Hi
I am a newcomer to Perl, am trying to run a Perl file which calls a function from
another Perl file. But while running it is complaining that it cannot find that file in @INC.
Can somebody help me as to how I should other file to @INC.
Regards
AC.
AC Guest
-
Adding OU
Hi How can we add OU to a directory? TIA details..... I have tried using the following code but getting exception error Exception: The... -
DataGrid - Adding labels: and adding data to cells
I am just getting started with flash scripting. My downfall is trying to get the dynamic output to display in flash. I tried using the list... -
Need help adding !!
i am trying to use lingo to add 1 to its value - on mousedown, which is easy enough, but i have for example '00045' and when i add 1 the number then... -
Adding points to a database ( adding / subtrating numeric values)
HI all, I have build a user database that comes with user points for browsing private section of my site. I would like to know what is the... -
adding to db
I bought 3 books and spent weeks trying to add a record to my database, but haven't figured it out??? I've tried both sql and addnew method, but to... -
Gunnar Hjalmarsson #2
Re: Adding a .pl to @INC
AC wrote:
That's a FAQ.> I am a newcomer to Perl, am trying to run a Perl file which calls a
> function from
> another Perl file. But while running it is complaining that it cannot
> find that file in @INC.
> Can somebody help me as to how I should other file to @INC.
perldoc -q @INC
--
Gunnar Hjalmarsson
Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]
Gunnar Hjalmarsson Guest
-
Bart Lateur #3
Re: Adding a .pl to @INC
AC wrote:
use lib '/path/to/where/that/other/file/is';>I am a newcomer to Perl, am trying to run a Perl file which calls a function from
>another Perl file. But while running it is complaining that it cannot find that file in @INC.
>Can somebody help me as to how I should other file to @INC.
See
[url]http://perldoc.perl.org/lib.html[/url]
--
Bart.
Bart Lateur Guest



Reply With Quote

