system("lynx -dump") command in Perl
From: A. Mahendra Rajah (Mahendra.Rajah_at_URegina.CA)
Date: 10/05/05
- Previous message: Christian Wessely: "SUMMARY: DEC C++ shared libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 04 Oct 2005 19:41:37 -0600 (CST) To: tru64-unix-managers@ornl.gov
I know that this is not strictly a Tru64 operating system
question, but since almost everyone on this list are Tru64
experts, I thought I will try it here first before posting
it in any Perl newsgroup. I sincerely apologize if this is
not acceptable to the list members.
I have perl v5.8.0 and lynx v2.8.5 on a Tru64 5.1b-3 system.
In perl, I have this statement:
@Cmd = ($LYNX, "-cfg=$LYNX_CFG", "-dump ./$HTMLfile >| $TXTfile");
$Stat = system(@Cmd);
The $Stat returns a value of 0, but Lynx does not produce the
dump file! Entering this command interactively produces the text
file as desired.
What switches can I use to make Lynx honour the system() call?
Any help will be appreciated.
Thanks,
-- mahendra
................................................................
A. Mahendra Rajah Email: Mahendra.Rajah@URegina.CA
Tru64 UNIX Systems Manager Phone: (306) 585-4496
Dept. of Computing Services FAX: (306) 337-2324
University of Regina,
Regina, Sask., S4S 0A2
Canada.
................................................................
- Previous message: Christian Wessely: "SUMMARY: DEC C++ shared libraries"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]