Re: how to open folder in win explorer using perl script

2010-03-02 Thread Simphiwe Mkhize
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() wrote: > > > On Tue, Mar 2, 2010 at 4:40 PM, Simphiwe Mkhize wrote: > >> Hi all >> >> can you please I need script to open existing *folder* in my documen

how to open folder in win explorer using perl script

2010-03-02 Thread Simphiwe Mkhize
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 r

Please help to load script from secure server HTTPS in Safari and Opera

2010-01-04 Thread Simphiwe Mkhize
Good new year Can any one please help me to solve problem with Safari, Google Chrome and Opera. my script has to load from secure server HTTPS for security reason. It works fine from IE and Firefox. Here are the errors I get 1. Opera Error! Could not connect to remote server You tried t

Re: Can you please Help perl readdir multiple folders and files with pre same name

2009-12-18 Thread Simphiwe Mkhize
an't lock $phonelog: $!"; while () { chomp; @linex = split(/\|/); &plfields; &build_days; } close (P1FILE); } . Simphiwe Mkhize wrote: Please Help I have multiple folders want to read trough each folder and search for certian file. I

Can you please Help perl readdir multiple folders and files with pre same name

2009-12-17 Thread Simphiwe Mkhize
Please Help I have multiple folders want to read trough each folder and search for certian file. I have code which is working fine but does not do what I want. I dont want to hard code path as it read different folder within sub get_phone_log { #---