EXE from Self created .pm file

2012-04-23 Thread Kanhaiya Prasad
Hi

 

Please guide me that why .exe file searching for related module in local
system while I've made exe with option Sharing of Executable - Share with
anybody.

I've created inline.pm file and placed in c:\perl\site\lib along with their
supporting file ent.xml.

 

Exe running perfectly in my system on which exe is created but not at other
system.

 

Please help.

 

---Kanhaiya

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Making directories

2011-10-25 Thread Kanhaiya Prasad
yeah

 

  _  

From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Justin Allegakoen
Sent: Tuesday, October 25, 2011 10:44 AM
To: perl-win32-users@listserv.ActiveState.com
Subject: Re: Making directories

 

 

On 25 October 2011 13:08, Kanhaiya Prasad kpra...@aptaracorp.com wrote:

Hi

Here is the very good approach to create directories as well recursive
directories.

use File::Copy;
mkdir c:/abc/def/xyz;

(It will create all 3 directories and subdirectories as well)

---Kanhaiya

 

 

 

You probably mean File::Path along with make_path

 

http://perldoc.perl.org/File/Path.html

 

Just in 

___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


RE: Making directories

2011-10-24 Thread Kanhaiya Prasad
Hi

Here is the very good approach to create directories as well recursive
directories.

use File::Copy;
mkdir c:/abc/def/xyz;

(It will create all 3 directories and subdirectories as well)

---Kanhaiya

-Original Message-
From: perl-win32-users-boun...@listserv.activestate.com
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of
Sisyphus
Sent: Tuesday, October 25, 2011 6:30 AM
To: Barry Brevik; perl-win32-users@listserv.ActiveState.com
Subject: Re: Making directories


- Original Message - 
From: Barry Brevik 

 Does anyone have advice for me about how they create directories with
 Perl?

I've used:

system 'mkdir', $path;

but check 'mkdir /?' to see if that approach is suitable for you.

Cheers,
Rob
___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs



___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Perl Module Win32::FileOp 'ShellExecute'

2011-01-03 Thread Kanhaiya Prasad
Hi

Could anyone tell me that how to resolve below mentioned error showing during 
execution of my script which uses Module Win32::FileOp 'ShellExecute'.

Use of uninitialized value in subroutine entry at 
C:/Perl/site/lib/Win32/FileOp.pm line 519.

---Kanhaiya___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Nested zip file

2010-08-12 Thread Kanhaiya Prasad
Hi Everyone

Is there any way to see and extract member of nested zip files e.g.,

first.zip contains
1.xml
1.pdf
figure.zip

Here I want to see and extract the member of figure.zip without extract 
first.zip.

Your suggested and help is needed urgently.

---Kanhaiya___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


Tkx vs. Tcl Dev Kit

2010-05-31 Thread Kanhaiya
Whic one is better for GUI based perl application?

Perl Tkx 
OR
ActiveTcl with Tcl Dev Kit

I'm confused and not finding any solution.

Kanhaiya Prasad


___
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs