Re: varbinary data inserted/selected with perl question

2001-02-09 Thread Ron Grabowski
> 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

Re: extract a caracter

2001-02-09 Thread $Bill Luebkert
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

extract a caracter

2001-02-09 Thread Emanuele De Fazio
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