Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^3: How to copy/cut and paste files without using modules ?

by CountZero (Bishop)
on Oct 20, 2011 at 22:14 UTC ( [id://932766]=note: print w/replies, xml ) Need Help??


in reply to Re^2: How to copy/cut and paste files without using modules ?
in thread How to copy/cut and paste files without using modules ?

Studying the source code of the modules is a great way of learning Perl.

What "Perl-to-exe" converter are you talking about?

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

  • Comment on Re^3: How to copy/cut and paste files without using modules ?

Replies are listed 'Best First'.
Re^4: How to copy/cut and paste files without using modules ?
by palkia (Monk) on Oct 20, 2011 at 22:22 UTC
    I've tried:
    * perl2exe of indigoStar
    * the pp module
    * Cava Packager 2.0
    the last one seems to work with modules but it makes the exe huge in size for no obvious reason.
    I've actually asked about the perk2exe topic several times but never found an idle (& free) solution.
      Cava packager never worked for me, but perhaps I have to check the latest version again.

      pp works most of the time and has decent dependency checking, so it should pick up most of the modules you use.

      The huge size is due to the fact that these packagers do not turn your script into a pure exe-file at all, but package a minimal perl system into one file. So the resulting "exe" file is nothing else but your perl-system with the necessary modules and files included. When you start the "exe" it unpacks Perl in a temporary location and then that perl image runs your script.

      CountZero

      A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://932766]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found