I didnt put all code is too big just need function or module to use On Tue, Mar 2, 2010 at 2:08 PM, raphael() <raphael.j...@gmail.com> wrote:
> > > On Tue, Mar 2, 2010 at 4:40 PM, Simphiwe Mkhize <simphiwes...@gmail.com>wrote: > >> Hi all >> >> can you please I need script to open existing *folder* in my document. I >> don't want to read any file just to open window explorer. >> >> the following coding sample thing will lead solution >> >> >> $cur_dir ="D:\ecco\data"; >> >> system (Explorer.exe, $cur_dir); >> or opendir(Explorer.exe, $cur_dir ) >> >> >> Kind regards, >> simpra >> >> _____________________ >> >> words are words, explanations are explanations, promises are promises—but >> only performance is reality >> > > I had to add this.. > > why no strict, warnings pragmas? > And what is that "or" doing after the semicolon? > > >