Sean,
Although it doesn't quite work the same as ppm, the cpan command will
enable you to install any package you desire. If you've never installed
it before, you'll need to use 'perl -MCPAN -e shell;' from the command
line, following the directions below. I recall hearing/reading that
this comm
This is actually a straight-unix grep question. I want to look for
values greater than one in a particular result. What is the
recommended, etc. way to do this?
-Brian
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Is there a way to have a script accept enter/return vs. ctrl+d to tell a
program where I specify that input be obtained via that I'm done
inputting data?
-Brian
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Hi, two questions: is there an easy way -- using printf, etc. -- to
format 100 such that it appears as 1,000,000? Also, is there a
searchable archive of the beginner list anywhere?
Thanks, Brian
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
Uh, never mind. I expected the output to display to STDOUT. When I opened
the 'rpt' file, voila! there sat my report.
- Original Message -----
From: "Brian Warn" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 31, 2001 3:50 PM
Subject: repor
Hello,
I'm trying to do something fairly simple: read in colon-delimited data from a file
and output it to the screen first. After that is OK, I want to send it in an email.
The syntax checks out OK, but nothing outputs. Does anyone see what I'm missing?
Thanks,
Brian
-