in reply to Re: Uploading Time (getting last element of a variable)
in thread Uploading Time
P.S. Why did you use (.| )* instead of .* ?$file="C:/aplle/index.htm"; $file=~ s/.*[\/\\]//; # delete everything(!) upto the last / or \ print $file;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Uploading Time (getting last element of a variable)
by thatguy (Parson) on Jun 13, 2002 at 23:52 UTC | |
by dsheroh (Monsignor) on Jun 14, 2002 at 18:21 UTC |