Hi!

...and then phumes1 said...
% 
% Hi,
% 
% The perl script I'm modifying requires a input file to be passed and a 
% output device. For example:
% 
% C:\>runme.pl <filename> <output-device>
% 
% How can I display this to the screen?

I'm not sure what it is you want to display...  If you want that line, or
essentially "the way the program was called", then a simple print command
like

  print "$0 @ARGV\n";

ought to do it.  If that's not what you want, send us more details.


HTH & HAND

:-D
-- 
David T-G                      * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg25945/pgp00000.pgp
Description: PGP signature

Reply via email to