[plug] Running a script to parse a script with args
Onno Benschop
onno at itmaze.com.au
Thu Aug 28 15:38:59 WST 2003
On Thu, 2003-08-28 at 15:29, Trevor Phillips wrote:
> Any ideas?
Hiya Trev,
How's WebCT :-)
Anyway, to solve your problem, you could wrap your script call like
this:
1) Data File
#!/usr/bin/bash /my/wapping/script
[data]
2) /my/wrapping/script
/usr/bin/perl /my/perl/script some args
But it's evil.
I suspect that you could try the following also:
3) Data File
#!/usr/bin/bash /usr/bin/perl /my/perl/script some args
[data]
Onno Benschop
Connected via Optus B3 at S15:51'18" - E128:45'05" (Crossing Falls, Kununurra, WA)
--
()/)/)() ..ASCII for Onno..
|>>? ..EBCDIC for Onno..
--- -. -. --- ..Morse for Onno..
Proudly supported by Skipper Trucks, Highway1, Concept AV, Sony Central, Dalcon
ITmaze - ABN: 56 178 057 063 - ph: 04 1219 8888 - onno at itmaze dot com dot au
More information about the plug
mailing list