Stephen Day wrote:
On Wednesday 13 April 2005 11:12 pm, Bret Goodfellow wrote:
I have a script that is reading input from ARGV. The script is being
passed a file name as follows:
datefile.pl c:\program files\IBM\SQLLIB\DB2\db2diag.log
You could paste the two arguments together in perl, add
a space between them, and use that as the filename.
What if there are two or more spaces? A TAB character?
John
--
use Perl;
program
fulfillment
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>