http://www.perlmonks.org?node_id=174379


in reply to Re: Re: Uploading Time (getting last element of a variable)
in thread Uploading Time

no reason other than just not having used said .*

technically, i should not have used that at all, but I thought I would throw another perspective in. and it does work, just as long as the input data never changes, etc (it's what drives my archaic website)
-phill

  • Comment on Re: Re: Re: Uploading Time (getting last element of a variable)

Replies are listed 'Best First'.
Re: Re: Re: Re: Uploading Time (getting last element of a variable)
by dsheroh (Monsignor) on Jun 14, 2002 at 18:21 UTC
    technically, i should not have used that at all

    Not true. In this case, you want the greediness. .* really is what you mean.