Hi All
Why does the command 'print (localtime(time))[4];' does not work
And the following 2 lines do work
'[my $temp = (localtime(time))[4];
Print $temp;'

Is there away to avoid the temporary variable ?

Roiy 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to