> I have this personal project.. I'd like to develop a photo gallery and
> have the content (blurbs, pics, whatever) derived from a database. This
is
> all simple and a no brainer.. now here is my question.. Does any one
have
> a better way to manage the image files?
Randal has a photo galler
Emanuele De Fazio wrote:
>
> Hi all
>
> how I can do for extract certain characters form a string?
>
> eg:
> $test = 'thenewworld';
>
> I want to print the 3rd, 4th and 5th character of the string
> (the word "new")
Probably the easiest is to use 'substr'.
$ext = substr $test, 3, 3;
Start r
Hi all
how I can do for extract certain characters form a string?
eg:
$test = 'thenewworld';
I want to print the 3rd, 4th and 5th character of the string
(the word "new")
Thanks
___
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.Acti