[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Perl function in a Command method
From: |
Zachary Deretsky |
Subject: |
Perl function in a Command method |
Date: |
Tue, 21 Nov 2000 17:44:20 -0800 |
Is there a way to call a perl subroutine defined in the same Conscript file
from a command method?
Something like:
sub get_pythons($$$) {
#$$$ are perl prototypes
# some code;
};
Command $CONS 'all_pyfiles.txt', qw(pyfiles_gandalf.txt pyfiles_tpc.txt),
qq(
perl get_pythons %1 %2 %> ;
);
Thanks, Zach.
- Cons with output in Separate Subdirectories., Marcello Pietrobon, 2000/11/13
- Re: Cons with output in Separate Subdirectories., Giovanni Pietrobon, 2000/11/16
- RE: Cons with output in Separate Subdirectories., Greg Spencer, 2000/11/17
- Filename globbing, Zachary Deretsky, 2000/11/17
- Perl function in a Command method,
Zachary Deretsky <=
- Re: Perl function in a Command method, Steven Knight, 2000/11/22
- Re: Perl function in a Command method, Gary Oberbrunner, 2000/11/22
- Re: Perl function in a Command method, Steven Knight, 2000/11/22
- Perl function in a Command method, Zachary Deretsky, 2000/11/22
- 'AfterBuildAll', Marcello Pietrobon, 2000/11/30