Re: localtime help

2002-04-17 Thread Ramis
s > 541.488.0801 > [EMAIL PROTECTED] > use Time::localtime; $today=localtime->mday(); $year=localtime->year()+1900; $month=localtime->mon()+1; -- ---! My blessing! Ramis. ! ---! http://www.samtan.fromru.com mailto: [EMAIL PROTECTED] -- To unsubscribe,

Re: Read file symbol by symbol?

2002-04-17 Thread Ramis
51 keytables. So why I need read ALL symbols (also CR and LF). And, anymore, I want to change the lenght of the lines during this recoding. I am trying this: $char=getc TXT; -- ---! My blessing! Ramis. ! ---! http://www.samtan.fromru.com mailto: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: question

2002-04-17 Thread Ramis
"Tucker, Ernie" wrote: > > How can a have one perl script call another perl script ? May be: print `somescript.pl`; > > > Ernest P. Tucker II > Network Technician > Charter Communications > Madison Management Area >(608) 373-7625 &g

Read file symbol by symbol?

2002-04-16 Thread Ramis
Friends, how read a file one by one symbols, not a whole string once at time? Thanks. -- ---! My blessing! Ramis. ! ---! http://www.samtan.fromru.com mailto: [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How use command line parameters?

2002-04-16 Thread Ramis
Many thanks! It works. Johannes Franken wrote: > > * Ramis <[EMAIL PROTECTED]> [2002-04-15 22:14 +0200]: > > I want to get a file name from command line > > Perl pushes then to a list named @ARGV . > So you can access them with any function that > operates on lis

How use command line parameters?

2002-04-15 Thread Ramis
Hi! I want to get a file name from command line, like this: somecommand.pl filename How I can realize it? How it realizes with several files: somecommand.pl file1,file2... fileN? Thanks. -- ---! My blessing! Ramis. ! ---! http://www.samtan.fromru.com mailto: [EMAIL