Any thoughts on determining the location of a sourced script?
I have a.sh in /usr/home/location1 that calls b.sh in /usr/home/location2.
/usr/home/location1/a.sh
echo $0
. /usr/home/location2/b.sh
/usr/home/location2/b.sh
echo $0
When you run this script the output is...
Any best pratices for accomplishing the following:
a.plx is the main program, that wants a module to work on a pair of arrays and an associated hash.
( @a1, @a2, %a3 ) = b::work( @a1, @a2, %a3 );
over in b.pm, I have a sub work. I need to process the arrays and hash then return back to the main.
Do you know if Actuate has the capability to print bar codes or OCR scan lines or some type of marking that a mailing machine could pick up to know that an extra stuffer sheet needs to be sent with the letter?
Aside from using the Term::ReadKey package, is there a recommended approach to accepting input as a password without echoing back the characters in a Windows (2000/XP) environment?
Probably a simple error, but it is baffling to me. I've successfully used this code (Thankyou) on other machines (XP & W2K), but as I try to execute from a NT4 box I receive the following:
D:\perl\lib\Mail>perl -v
This is perl, v5.6.1 built for MSWin32-x86-multi-thread
(with 1 registered...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.