in reply to Re: Using split, splice, and join to remove time from scalar context return of localtime()
in thread Using split, splice, and join to remove time from scalar context return of localtime()
Nice one! I forgot the "+" in my @t = split /\s+/, $now; That would have been an ugly bug.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Using split, splice, and join to remove time from scalar context return of localtime()
by ikegami (Patriarch) on Dec 18, 2009 at 00:59 UTC |