Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > How to create a binary file from a perl pgm

Reply
Thread Tools

How to create a binary file from a perl pgm

 
 
ranrodrig
Guest
Posts: n/a
 
      01-15-2007
Folks, I know that you can create a binary file from a Perl pgm, so I
would like to know if you can tell me how to do this, or giving me some
tips about where to look for info.

I've already search about how to this with no luck, so I thank you in
advance for you patience & help with this.

BR.

Raul

 
Reply With Quote
 
 
 
 
John Bokma
Guest
Posts: n/a
 
      01-15-2007
"ranrodrig" <> wrote:

> Folks, I know that you can create a binary file from a Perl pgm, so I
> would like to know if you can tell me how to do this, or giving me some
> tips about where to look for info.


perldoc -f binmode

--
John Experienced Perl programmer: http://castleamber.com/

Perl help, tutorials, and examples: http://johnbokma.com/perl/
 
Reply With Quote
 
 
 
 
Henry Law
Guest
Posts: n/a
 
      01-15-2007
ranrodrig wrote:

> I've already search about how to this


I don't think you have, really. Try this

http://www.google.com/search?q=compile+perl


--

Henry Law Manchester, England
 
Reply With Quote
 
ranrodrig
Guest
Posts: n/a
 
      01-15-2007
Henry, You are rigth I was dumb enough as not looking for the compile
word.

Thanks a lot for your quick answer John.


Henry Law ha escrito:

> ranrodrig wrote:
>
> > I've already search about how to this

>
> I don't think you have, really. Try this
>
> http://www.google.com/search?q=compile+perl
>
>
> --
>
> Henry Law Manchester, England


 
Reply With Quote
 
John Bokma
Guest
Posts: n/a
 
      01-15-2007
"ranrodrig" <> wrote:

> Henry,


If you don't top post you don't need to address Henry, because that
happens automatically when you quote. If you don't know what top posting
means, Google for it. Or look at how I reply, it's not that hard.

> You are rigth I was dumb enough as not looking for the compile
> word.
>
> Thanks a lot for your quick answer John.


I guessed you wanted to create binary files from Perl. As for compile, as
far as I know there are no good working compilers for Perl. There are
programs that pack perl.exe and everything your program needs in a binary
for distribution. Have a look at PAR.

--
John Experienced Perl programmer: http://castleamber.com/

Perl help, tutorials, and examples: http://johnbokma.com/perl/
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How can I type in input to a perl pgm that is either invisible ormasked - i.e., for a password kquirici Perl Misc 3 06-08-2012 07:31 PM
displaying pgm file in python wilson Python 1 04-04-2008 10:46 PM
how to convert a java pgm to exe file?? sriraj Java 4 10-18-2005 08:44 PM
need example of multi-threaded java pgm - enables all threads to get items johndesp@us.ibm.com Java 9 01-12-2005 02:16 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57